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

Function load6432

zstd/zstd.go:117–119  ·  view source on GitHub ↗
(b []byte, i int32)

Source from the content-addressed store, hash-verified

115}
116
117func load6432(b []byte, i int32) uint64 {
118 return le.Load64(b, i)
119}
120
121type byter interface {
122 Bytes() []byte

Callers 15

EncodeMethod · 0.70
EncodeNoHistMethod · 0.70
EncodeMethod · 0.70
ResetPrefixMethod · 0.70
ResetMethod · 0.70
EncodeMethod · 0.70
EncodeMethod · 0.70
ResetPrefixMethod · 0.70
ResetMethod · 0.70
EncodeMethod · 0.70
ResetMethod · 0.70
ResetPrefixMethod · 0.70

Calls 1

Load64Function · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…