Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
684
func
valueTypeError(want string, value []byte) error {
685
return
&readerTypeError{want: want, value: string(value)}
686
}
687
688
type
readerTypeError
struct
{
689
want string
Callers
1
GetString
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected