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

Function get_u64_vec

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

Source from the content-addressed store, hash-verified

978 },
979 Self::Binder { name, info, children } => {
980 let tag = 2
981 + match info {
982 BinderInfo::Default => 0u8,
983 BinderInfo::Implicit => 1,
984 BinderInfo::StrictImplicit => 2,
985 BinderInfo::InstImplicit => 3,
986 };
987 put_u8(tag, buf);
988 put_idx(name, idx, buf)?;
989 put_u64(children[0], buf);
990 put_u64(children[1], buf);

Callers 1

get_indexedMethod · 0.85

Calls 3

get_vec_lenFunction · 0.85
pushMethod · 0.80
get_u64Function · 0.70

Tested by

no test coverage detected