Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinylib/msgp
/ wfixarray
Function
wfixarray
msgp/defs.go:118–120 ·
view source on GitHub ↗
(u uint8)
Source
from the content-addressed store, hash-verified
116
}
117
118
func
wfixarray(u uint8) byte {
119
return
(u & last4) | mfixarray
120
}
121
122
// These are all the byte
123
// prefixes defined by the
Callers
2
AppendArrayHeader
Function · 0.85
WriteArrayHeader
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…