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

Function internalGet

parser.go:1664–1666  ·  view source on GitHub ↗

SYS-REQ-001

(data []byte, keys ...string)

Source from the content-addressed store, hash-verified

1662
1663// SYS-REQ-001
1664func internalGet(data []byte, keys ...string) (value []byte, dataType ValueType, offset, endOffset int, err error) {
1665 return internalGetConfig(DefaultConfig, data, keys...)
1666}
1667
1668// SYS-REQ-115
1669func internalGetConfig(config Config, data []byte, keys ...string) (value []byte, dataType ValueType, offset, endOffset int, err error) {

Callers 4

GetFunction · 0.85
GetUint64Function · 0.85
AppendFunction · 0.85

Calls 1

internalGetConfigFunction · 0.85

Tested by 1