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

Struct errShort

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

Source from the content-addressed store, hash-verified

122func (e errWrapped) Unwrap() error { return e.cause }
123
124type errShort struct{}
125
126func (e errShort) Error() string { return "msgp: too few bytes left to read object" }
127func (e errShort) Resumable() bool { return false }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected