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

Function load6432

flate/fast_encoder.go:65–67  ·  view source on GitHub ↗
(b []byte, i int32)

Source from the content-addressed store, hash-verified

63}
64
65func load6432(b []byte, i int32) uint64 {
66 return le.Load64(b, i)
67}
68
69type tableEntry struct {
70 offset int32

Callers 7

EncodeMethod · 0.70
EncodeMethod · 0.70
EncodeMethod · 0.70
EncodeMethod · 0.70
EncodeMethod · 0.70
EncodeMethod · 0.70
EncodeMethod · 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…