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

Function encode_fixed_64

src/util/coding.rs:43–53  ·  view source on GitHub ↗

Encodes `value` in little-endian and puts in the first 8-bytes of `dst`. # Panics Panics if `dst.len()` is less than 8.

(dst: &mut [u8], value: u64)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

set_sequenceMethod · 0.85
fill_value_bufMethod · 0.85
put_fixed_64Function · 0.85
test_encode_fixed_64Function · 0.85

Calls

no outgoing calls

Tested by 1

test_encode_fixed_64Function · 0.68