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

Method EachKey

path_compiler.go:215–218  ·  view source on GitHub ↗

EachKey resolves the compiled path using EachKey. SYS-REQ-114

(data []byte, cb func(int, []byte, ValueType, error))

Source from the content-addressed store, hash-verified

213// EachKey resolves the compiled path using EachKey.
214// SYS-REQ-114
215func (c CompiledPath) EachKey(data []byte, cb func(int, []byte, ValueType, error)) error {
216 EachKey(data, cb, c.parts)
217 return nil
218}
219
220// Parts returns a copy of the compiled path components.
221// SYS-REQ-114

Callers 1

TestCompiledPathMethodsFunction · 0.80

Calls 1

EachKeyFunction · 0.85

Tested by 1

TestCompiledPathMethodsFunction · 0.64