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

Function internalGet

parser.go:1610–1612  ·  view source on GitHub ↗

SYS-REQ-001

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

Source from the content-addressed store, hash-verified

1608
1609// SYS-REQ-001
1610func internalGet(data []byte, keys ...string) (value []byte, dataType ValueType, offset, endOffset int, err error) {
1611 return internalGetConfig(DefaultConfig, data, keys...)
1612}
1613
1614// SYS-REQ-115
1615func 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