MCPcopy Create free account
hub / github.com/Fullstop000/wickdb / decode_fixed_64

Function decode_fixed_64

src/util/coding.rs:75–87  ·  view source on GitHub ↗

Decodes the first 8-bytes of `src` in little-endian and returns the decoded value. If the length of the given `src` is larger than 8, only use `src[0..8]`

(src: &[u8])

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 11

get_sequenceMethod · 0.85
deriveMethod · 0.85
compareMethod · 0.85
read_stepMethod · 0.85
getMethod · 0.85
decode_fromMethod · 0.85
test_decode_fixed_64Function · 0.85
decode_fromMethod · 0.85
parsedMethod · 0.85
extract_seq_numberFunction · 0.85
test_pack_seq_and_typeFunction · 0.85

Calls 2

lenMethod · 0.45
iterMethod · 0.45

Tested by 2

test_decode_fixed_64Function · 0.68
test_pack_seq_and_typeFunction · 0.68