MCPcopy 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
74func isfixarray(b byte) bool {
75 return b&first4 == mfixarray
76}
77
78func isfixstr(b byte) bool {
79 return b&first3 == mfixstr

Callers 2

ReadArrayHeaderMethod · 0.85
ReadArrayHeaderBytesFunction · 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…