Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
65
func
load6432(b []byte, i int32) uint64 {
66
return
le.Load64(b, i)
67
}
68
69
type
tableEntry
struct
{
70
offset int32
Callers
7
Encode
Method · 0.70
Encode
Method · 0.70
Encode
Method · 0.70
Encode
Method · 0.70
Encode
Method · 0.70
Encode
Method · 0.70
Encode
Method · 0.70
Calls
1
Load64
Function · 0.92
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…