func github.com/vmihailenco/msgpack/v5/msgpcode.IsFixedNum
6 uses
github.com/vmihailenco/msgpack/v5/msgpcode (current package)
msgpcode.go#L58: func IsFixedNum(c byte) bool {
github.com/vmihailenco/msgpack/v5
decode.go#L384: if msgpcode.IsFixedNum(c) {
decode.go#L457: if msgpcode.IsFixedNum(c) {
decode.go#L511: if msgpcode.IsFixedNum(c) {
decode_number.go#L94: if msgpcode.IsFixedNum(c) {
decode_number.go#L136: if msgpcode.IsFixedNum(c) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)