func github.com/vmihailenco/msgpack/v5/msgpcode.IsFixedString

7 uses

	github.com/vmihailenco/msgpack/v5/msgpcode (current package)
		msgpcode.go#L70: func IsFixedString(c byte) bool {
		msgpcode.go#L75: 	return IsFixedString(c) || c == Str8 || c == Str16 || c == Str32

	github.com/vmihailenco/msgpack/v5
		decode.go#L397: 	if msgpcode.IsFixedString(c) {
		decode.go#L470: 	if msgpcode.IsFixedString(c) {
		decode.go#L520: 	if msgpcode.IsFixedString(c) {
		decode_string.go#L15: 	if msgpcode.IsFixedString(c) {
		intern.go#L138: 	if msgpcode.IsFixedString(c) {