Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinylib/msgp
/ wfixmap
Function
wfixmap
msgp/defs.go:102–104 ·
view source on GitHub ↗
(u uint8)
Source
from the content-addressed store, hash-verified
100
}
101
102
func
wfixmap(u uint8) byte {
103
return
mfixmap | (u & last4)
104
}
105
106
func
rfixstr(b byte) uint8 {
107
return
b & last5
Callers
3
AppendMapHeader
Function · 0.85
resizeMap
Function · 0.85
WriteMapHeader
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…