Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/klauspost/compress
/ highBits
Function
highBits
zstd/bitreader.go:133–135 ·
view source on GitHub ↗
(val uint32)
Source
from the content-addressed store, hash-verified
131
}
132
133
func
highBits(val uint32) (n uint32) {
134
return
uint32(bits.Len32(val) - 1)
135
}
Callers
3
init
Method · 0.70
buildDtableRef
Function · 0.70
buildDtable
Method · 0.70
Calls
no outgoing calls
Tested by
1
buildDtableRef
Function · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…