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

Function get_vec_len

crates/ixon/src/metadata.rs:555–557  ·  view source on GitHub ↗
(buf: &mut &[u8])

Source from the content-addressed store, hash-verified

553 match tag {
554 0 => Some(env::Int::OfNat(bignat::Nat::from_le_bytes(rest))),
555 1 => Some(env::Int::NegSucc(bignat::Nat::from_le_bytes(rest))),
556 _ => None,
557 }
558}
559
560fn deser_substring(

Callers 5

get_indexedMethod · 0.85
get_idx_vecFunction · 0.85
get_kvmap_indexedFunction · 0.85
get_mdata_stack_indexedFunction · 0.85
get_u64_vecFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected