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

Function IsFixedExt

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

Source from the content-addressed store, hash-verified

80}
81
82func IsFixedExt(c byte) bool {
83 return c >= FixExt1 && c <= FixExt16
84}
85
86func IsExt(c byte) bool {
87 return IsFixedExt(c) || c == Ext8 || c == Ext16 || c == Ext32

Callers 1

IsExtFunction · 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…