MCPcopy Index your code
hub / github.com/vmihailenco/msgpack / IsFixedArray

Function IsFixedArray

msgpcode/msgpcode.go:66–68  ·  view source on GitHub ↗
(c byte)

Source from the content-addressed store, hash-verified

64}
65
66func IsFixedArray(c byte) bool {
67 return c >= FixedArrayLow && c <= FixedArrayHigh
68}
69
70func IsFixedString(c byte) bool {
71 return c >= FixedStrLow && c <= FixedStrHigh

Callers 4

queryMethod · 0.92
DecodeInterfaceMethod · 0.92
DecodeInterfaceLooseMethod · 0.92
SkipMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…