MCPcopy Index your code
hub / github.com/tinylib/msgp / errExt

Function errExt

msgp/extension.go:73–75  ·  view source on GitHub ↗
(got int8, wanted int8)

Source from the content-addressed store, hash-verified

71func (e ExtensionTypeError) Resumable() bool { return true }
72
73func errExt(got int8, wanted int8) error {
74 return ExtensionTypeError{Got: got, Want: wanted}
75}
76
77// Extension is the interface fulfilled
78// by types that want to define their

Callers 8

ReadExtensionMethod · 0.85
ReadExtensionBytesFunction · 0.85
ReadComplex64Method · 0.85
ReadComplex128Method · 0.85
ReadTimeMethod · 0.85
ReadComplex128BytesFunction · 0.85
ReadComplex64BytesFunction · 0.85
ReadTimeBytesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…