Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tinylib/msgp
/ isfixarray
Function
isfixarray
msgp/defs.go:74–76 ·
view source on GitHub ↗
(b byte)
Source
from the content-addressed store, hash-verified
72
}
73
74
func
isfixarray(b byte) bool {
75
return
b&first4 == mfixarray
76
}
77
78
func
isfixstr(b byte) bool {
79
return
b&first3 == mfixstr
Callers
2
ReadArrayHeader
Method · 0.85
ReadArrayHeaderBytes
Function · 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…