MCPcopy
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

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 }
128
129type errFatal struct {

Callers 15

mainFunction · 0.45
ifToStrFunction · 0.45
TestWrapMultipleFunction · 0.45
TestReadComplex64Function · 0.45
TestReadComplex128Function · 0.45
TestReplaceFunction · 0.45
TestWriteMapHeaderFunction · 0.45
TestWriteArrayHeaderFunction · 0.45
TestCopyJSONFunction · 0.45
TestUnmarshalJSONFunction · 0.45

Calls

no outgoing calls

Tested by 15

TestWrapMultipleFunction · 0.36
TestReadComplex64Function · 0.36
TestReadComplex128Function · 0.36
TestReplaceFunction · 0.36
TestWriteMapHeaderFunction · 0.36
TestWriteArrayHeaderFunction · 0.36
TestCopyJSONFunction · 0.36
TestUnmarshalJSONFunction · 0.36
TestEncodeDecodeFunction · 0.36