MCPcopy Create free account
hub / github.com/buger/jsonparser / Error

Method Error

reader_parser.go:694–696  ·  view source on GitHub ↗

SYS-REQ-116

()

Source from the content-addressed store, hash-verified

692
693// SYS-REQ-116
694func (e *readerTypeError) Error() string {
695 return "Value is not a " + e.want + ": " + e.value
696}

Callers 4

TestEachKeyFunction · 0.80
testIterFunction · 0.80
TestPanickingErrorsFunction · 0.80
aliasErrorStringFunction · 0.80

Calls

no outgoing calls

Tested by 4

TestEachKeyFunction · 0.64
testIterFunction · 0.64
TestPanickingErrorsFunction · 0.64
aliasErrorStringFunction · 0.64