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

Function IsFixedNum

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

Source from the content-addressed store, hash-verified

56)
57
58func IsFixedNum(c byte) bool {
59 return c <= PosFixedNumHigh || c >= NegFixedNumLow
60}
61
62func IsFixedMap(c byte) bool {
63 return c >= FixedMapLow && c <= FixedMapHigh

Callers 5

uintMethod · 0.92
intMethod · 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…