MCPcopy Create free account
hub / github.com/francoispqt/gojay / InvalidUsagePooledDecoderError

TypeAlias InvalidUsagePooledDecoderError

errors.go:72–72  ·  view source on GitHub ↗

InvalidUsagePooledDecoderError is a type representing an error returned when decoding is called on a still pooled Decoder

Source from the content-addressed store, hash-verified

70// InvalidUsagePooledDecoderError is a type representing an error returned
71// when decoding is called on a still pooled Decoder
72type InvalidUsagePooledDecoderError string
73
74func (err InvalidUsagePooledDecoderError) Error() string {
75 return string(err)

Callers 15

DecodeIntMethod · 0.85
DecodeInt16Method · 0.85
DecodeInt8Method · 0.85
DecodeInt32Method · 0.85
DecodeInt64Method · 0.85
TestDecoderIntFunction · 0.85
TestDecoderInt64Function · 0.85
TestDecoderInt32Function · 0.85
TestDecoderInt16Function · 0.85
TestDecoderInt8Function · 0.85
DecodeArrayMethod · 0.85
DecodeFloat64Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected