MCPcopy 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
457func (rp *ReaderParser) skipValue() error {
458 return rp.scanValue(false)
459}
460
461// SYS-REQ-116
462func (rp *ReaderParser) scanValue(retain bool) error {

Callers 3

findValueMethod · 0.95
findObjectValueMethod · 0.95
findArrayValueMethod · 0.95

Calls 1

scanValueMethod · 0.95

Tested by

no test coverage detected