func github.com/vmihailenco/msgpack/v5/msgpcode.IsFixedArray
5 uses
github.com/vmihailenco/msgpack/v5/msgpcode (current package)
msgpcode.go#L66: func IsFixedArray(c byte) bool {
github.com/vmihailenco/msgpack/v5
decode.go#L394: if msgpcode.IsFixedArray(c) {
decode.go#L467: if msgpcode.IsFixedArray(c) {
decode.go#L517: if msgpcode.IsFixedArray(c) {
decode_query.go#L62: case code == msgpcode.Array16 || code == msgpcode.Array32 || msgpcode.IsFixedArray(code):
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)