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

Function IsExt

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

Source from the content-addressed store, hash-verified

84}
85
86func IsExt(c byte) bool {
87 return IsFixedExt(c) || c == Ext8 || c == Ext16 || c == Ext32
88}

Callers 1

DecodeMapLenMethod · 0.92

Calls 1

IsFixedExtFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…