Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/klauspost/compress
/ load32
Function
load32
s2/encode_all.go:17–19 ·
view source on GitHub ↗
(b []byte, i int)
Source
from the content-addressed store, hash-verified
15
)
16
17
func
load32(b []byte, i int) uint32 {
18
return
le.Load32(b, i)
19
}
20
21
func
load64(b []byte, i int) uint64 {
22
return
le.Load64(b, i)
Callers
15
encodeBlockBetterGo
Function · 0.70
encodeBlockBetterSnappyGo
Function · 0.70
encodeBlockBetterGo64K
Function · 0.70
encodeBlockBetterSnappyGo64K
Function · 0.70
encodeBlockBetterDict
Function · 0.70
encodeBlockGo
Function · 0.70
encodeBlockGo64K
Function · 0.70
encodeBlockSnappyGo
Function · 0.70
encodeBlockSnappyGo64K
Function · 0.70
encodeBlockDictGo
Function · 0.70
matchLen
Function · 0.70
calcBlockSize
Function · 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…