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

Function get_u64

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

Source from the content-addressed store, hash-verified

65}
66
67fn get_u64(buf: &mut &[u8]) -> Result<u64, String> {
68 Ok(Tag0::get(buf)?.size)
69}
70
71fn put_bytes(bytes: &[u8], buf: &mut Vec<u8>) {
72 buf.extend_from_slice(bytes);

Callers 12

read_anon_hints_sectionFunction · 0.70
get_exprFunction · 0.70
get_sharingFunction · 0.70
getMethod · 0.70
get_refsFunction · 0.70
get_univsFunction · 0.70
get_nameFunction · 0.70
get_name_componentFunction · 0.70
get_aux_layoutFunction · 0.70
parse_lazy_indexMethod · 0.70
get_anonMethod · 0.70
get_anon_mmapMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected