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

Function load3232

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

Source from the content-addressed store, hash-verified

111}
112
113func load3232(b []byte, i int32) uint32 {
114 return le.Load32(b, i)
115}
116
117func load6432(b []byte, i int32) uint64 {
118 return le.Load64(b, i)

Callers 9

EncodeMethod · 0.70
EncodeNoHistMethod · 0.70
EncodeMethod · 0.70
EncodeMethod · 0.70
EncodeMethod · 0.70
EncodeMethod · 0.70
EncodeMethod · 0.70
EncodeNoHistMethod · 0.70
EncodeMethod · 0.70

Calls 1

Load32Function · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…