Function tvix_eval::builtins::bgc_insert_key

source ·
async fn bgc_insert_key(
    co: &GenCo,
    key: Value,
    done: &mut Vec<Value>
) -> Result<Result<bool, CatchableErrorKind>, ErrorKind>
Expand description

Internal helper function for genericClosure, determining whether a value has been seen before.