MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / Key

Method Key

pkg/util/json/iterator.go:32–34  ·  view source on GitHub ↗

Key returns key of the current pair.

()

Source from the content-addressed store, hash-verified

30
31// Key returns key of the current pair.
32func (it *ObjectIterator) Key() string {
33 return string(it.src[it.idx].k)
34}
35
36// Value returns value of the current pair
37func (it *ObjectIterator) Value() JSON {

Callers 6

jsonNodeMethod · 0.80
setTagLockedMethod · 0.80
setLogTagsFunction · 0.80
FinishMethod · 0.80
SetTagMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected