Function tvix_eval::vm::resolve_with
source ยท async fn resolve_with(
co: GenCo,
ident: BString,
vm_with_len: usize,
upvalue_with_len: usize,
) -> Result<Value, ErrorKind>
Expand description
Resolve a dynamically bound identifier (through with
) by looking
for matching values in the with-stacks carried at runtime.