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

Function IsFixedMap

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

Source from the content-addressed store, hash-verified

60}
61
62func IsFixedMap(c byte) bool {
63 return c >= FixedMapLow && c <= FixedMapHigh
64}
65
66func IsFixedArray(c byte) bool {
67 return c >= FixedArrayLow && c <= FixedArrayHigh

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…