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

Function IsString

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

Source from the content-addressed store, hash-verified

72}
73
74func IsString(c byte) bool {
75 return IsFixedString(c) || c == Str8 || c == Str16 || c == Str32
76}
77
78func IsBin(c byte) bool {
79 return c == Bin8 || c == Bin16 || c == Bin32

Callers 1

DecodeTimeMethod · 0.92

Calls 1

IsFixedStringFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…