MCPcopy Create free account
hub / github.com/argumentcomputer/ix / Cache

Class Cache

crates/ffi/src/lean_env.rs:569–572  ·  view source on GitHub ↗

Combined cache reference passed to decoding functions.

Source from the content-addressed store, hash-verified

567 &mut local_kctx,
568 ) else {
569 continue;
570 };
571 let ctx = if let Some(perm) = &aux_out.perm
572 && !perm.is_empty()
573 {
574 build_aux_perm_ctx(all.as_slice(), env.as_ref(), stt, perm)
575 } else if primary_addresses_collapse(all.as_slice(), stt) {

Callers 1

compile_exprFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected