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

Function decode_fixed_32

src/util/coding.rs:58–70  ·  view source on GitHub ↗

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

(src: &[u8])

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 12

get_countMethod · 0.85
read_physical_recordMethod · 0.85
newMethod · 0.85
key_may_matchMethod · 0.85
may_containMethod · 0.85
read_blockFunction · 0.85
restarts_lenMethod · 0.85
get_restart_pointMethod · 0.85
test_new_empty_blockFunction · 0.85
test_decode_fixed_32Function · 0.85
test_put_fixed32Function · 0.85
hashFunction · 0.85

Calls 2

lenMethod · 0.45
iterMethod · 0.45

Tested by 3

test_new_empty_blockFunction · 0.68
test_decode_fixed_32Function · 0.68
test_put_fixed32Function · 0.68