MCPcopy
hub / github.com/klauspost/compress / Load64

Function Load64

internal/le/unsafe_disabled.go:25–27  ·  view source on GitHub ↗

Load64 will load from b at index i.

(b []byte, i I)

Source from the content-addressed store, hash-verified

23
24// Load64 will load from b at index i.
25func Load64[I Indexer](b []byte, i I) uint64 {
26 return binary.LittleEndian.Uint64(b[i:])
27}
28
29// Store16 will store v at b.
30func Store16(b []byte, v uint16) {

Callers 9

fillFastStartMethod · 0.92
fillFastStartMethod · 0.92
load6432Function · 0.92
matchLenFunction · 0.92
load6416Function · 0.92
load6432Function · 0.92
fillFastStartMethod · 0.92
matchLenFunction · 0.92
load64Function · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…