Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
86
func
IsExt(c byte) bool {
87
return
IsFixedExt(c) || c == Ext8 || c == Ext16 || c == Ext32
88
}
Callers
1
DecodeMapLen
Method · 0.92
Calls
1
IsFixedExt
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…