MCPcopy
hub / github.com/tinylib/msgp / errFatal

Struct errFatal

msgp/errors.go:129–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127func (e errShort) Resumable() bool { return false }
128
129type errFatal struct {
130 ctx string
131}
132
133func (f errFatal) Error() string {
134 out := "msgp: fatal decoding error (unreachable code)"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected