Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
fn get_u64(buf: &mut &[u8]) -> Result<u64, String> {
68
Ok(Tag0::get(buf)?.size)
69
}
70
71
fn put_bytes(bytes: &[u8], buf: &mut Vec<u8>) {
72
buf.extend_from_slice(bytes);
Callers
12
read_anon_hints_section
Function · 0.70
get_expr
Function · 0.70
get_sharing
Function · 0.70
get
Method · 0.70
get_refs
Function · 0.70
get_univs
Function · 0.70
get_name
Function · 0.70
get_name_component
Function · 0.70
get_aux_layout
Function · 0.70
parse_lazy_index
Method · 0.70
get_anon
Method · 0.70
get_anon_mmap
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected