Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinylib/msgp
/ rfixarray
Function
rfixarray
msgp/defs.go:114–116 ·
view source on GitHub ↗
(b byte)
Source
from the content-addressed store, hash-verified
112
}
113
114
func
rfixarray(b byte) uint8 {
115
return
(b & last4)
116
}
117
118
func
wfixarray(u uint8) byte {
119
return
(u & last4) | mfixarray
Callers
4
TestBytespec
Function · 0.85
ReadArrayHeader
Method · 0.85
calcBytespec
Function · 0.85
ReadArrayHeaderBytes
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…