Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinylib/msgp
/ rfixmap
Function
rfixmap
msgp/defs.go:98–100 ·
view source on GitHub ↗
(b byte)
Source
from the content-addressed store, hash-verified
96
}
97
98
func
rfixmap(b byte) uint8 {
99
return
b & last4
100
}
101
102
func
wfixmap(u uint8) byte {
103
return
mfixmap | (u & last4)
Callers
5
resizeMap
Function · 0.85
TestBytespec
Function · 0.85
ReadMapHeader
Method · 0.85
calcBytespec
Function · 0.85
ReadMapHeaderBytes
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestBytespec
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…