Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buger/jsonparser
/ skipValue
Method
skipValue
reader_parser.go:457–459 ·
view source on GitHub ↗
SYS-REQ-116
()
Source
from the content-addressed store, hash-verified
455
456
// SYS-REQ-116
457
func
(rp *ReaderParser) skipValue() error {
458
return
rp.scanValue(false)
459
}
460
461
// SYS-REQ-116
462
func
(rp *ReaderParser) scanValue(retain bool) error {
Callers
3
findValue
Method · 0.95
findObjectValue
Method · 0.95
findArrayValue
Method · 0.95
Calls
1
scanValue
Method · 0.95
Tested by
no test coverage detected