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

TypeAlias InvalidUsagePooledEncoderError

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

InvalidUsagePooledEncoderError is a type representing an error returned when decoding is called on a still pooled Encoder

Source from the content-addressed store, hash-verified

78// InvalidUsagePooledEncoderError is a type representing an error returned
79// when decoding is called on a still pooled Encoder
80type InvalidUsagePooledEncoderError string
81
82func (err InvalidUsagePooledEncoderError) Error() string {
83 return string(err)

Callers 15

TestEncodeTimeFunction · 0.85
EncodeUint64Method · 0.85
EncodeIntMethod · 0.85
EncodeInt64Method · 0.85
EncodeEmbeddedJSONMethod · 0.85
EncodeMethod · 0.85
TestEncoderBoolErrorsFunction · 0.85
TestEncodingEmbeddedJSONFunction · 0.85
TestEncoderArrErrorsFunction · 0.85
EncodeSQLNullStringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected