Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinylib/msgp
/ Error
Method
Error
msgp/errors.go:126–126 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
124
type
errShort
struct
{}
125
126
func
(e errShort) Error() string {
return
"msgp: too few bytes left to read object"
}
127
func
(e errShort) Resumable() bool {
return
false }
128
129
type
errFatal
struct
{
Callers
15
main
Function · 0.45
ifToStr
Function · 0.45
TestWrapVanillaErrorWithNoAdditionalContext
Function · 0.45
TestWrapVanillaErrorWithAdditionalContext
Function · 0.45
TestWrapMultiple
Function · 0.45
TestReadComplex64
Function · 0.45
TestReadComplex128
Function · 0.45
TestReplace
Function · 0.45
TestWriteMapHeader
Function · 0.45
TestWriteArrayHeader
Function · 0.45
TestCopyJSON
Function · 0.45
TestUnmarshalJSON
Function · 0.45
Calls
no outgoing calls
Tested by
15
TestWrapVanillaErrorWithNoAdditionalContext
Function · 0.36
TestWrapVanillaErrorWithAdditionalContext
Function · 0.36
TestWrapMultiple
Function · 0.36
TestReadComplex64
Function · 0.36
TestReadComplex128
Function · 0.36
TestReplace
Function · 0.36
TestWriteMapHeader
Function · 0.36
TestWriteArrayHeader
Function · 0.36
TestCopyJSON
Function · 0.36
TestUnmarshalJSON
Function · 0.36
TestEncodeDecode
Function · 0.36
TestMarshalLimitEnforcement
Function · 0.36