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

Method get

crates/ixon/src/serialize.rs:527–533  ·  view source on GitHub ↗
(buf: &mut &[u8])

Source from the content-addressed store, hash-verified

525 }
526 // Start collecting types
527 work.push(GetExprFrame::CollectLamType {
528 collected: Vec::new(),
529 remaining: tag.size,
530 });
531 work.push(GetExprFrame::Parse); // first type
532 },
533 Expr::FLAG_ALL => {
534 if tag.size == 0 {
535 return Err("get_expr: All with zero binders".to_string());
536 }

Callers 4

get_name_componentFunction · 0.45
putMethod · 0.45
parse_lazy_indexMethod · 0.45
env_roundtripFunction · 0.45

Calls 15

unpack_def_kind_safetyFunction · 0.85
get_exprFunction · 0.85
unpack_boolsFunction · 0.85
capped_capacityFunction · 0.85
get_sharingFunction · 0.85
get_refsFunction · 0.85
get_univsFunction · 0.85
from_bytesFunction · 0.85
get_name_componentFunction · 0.85
get_named_indexedFunction · 0.85
read_anon_hints_sectionFunction · 0.85
merkle_root_canonicalFunction · 0.85

Tested by

no test coverage detected