Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
113
func
load3232(b []byte, i int32) uint32 {
114
return
le.Load32(b, i)
115
}
116
117
func
load6432(b []byte, i int32) uint64 {
118
return
le.Load64(b, i)
Callers
9
Encode
Method · 0.70
EncodeNoHist
Method · 0.70
Encode
Method · 0.70
Encode
Method · 0.70
Encode
Method · 0.70
Encode
Method · 0.70
Encode
Method · 0.70
EncodeNoHist
Method · 0.70
Encode
Method · 0.70
Calls
1
Load32
Function · 0.92
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…