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

Method Key

pkg/util/json/iterator.go:37–39  ·  view source on GitHub ↗

Key returns key of the current pair.

()

Source from the content-addressed store, hash-verified

35
36// Key returns key of the current pair.
37func (it *ObjectIterator) Key() string {
38 return string(it.src[it.idx].k)
39}
40
41// Value returns value of the current pair
42func (it *ObjectIterator) Value() JSON {

Callers 2

jsonNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected