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

Function valueTypeError

reader_parser.go:684–686  ·  view source on GitHub ↗

SYS-REQ-116

(want string, value []byte)

Source from the content-addressed store, hash-verified

682
683// SYS-REQ-116
684func valueTypeError(want string, value []byte) error {
685 return &readerTypeError{want: want, value: string(value)}
686}
687
688type readerTypeError struct {
689 want string

Callers 1

GetStringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected