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

Method FetchValKey

pkg/util/json/json.go:150–150  ·  view source on GitHub ↗

FetchValKey implements the `->` operator for strings, returning nil if the key is not found.

(key string)

Source from the content-addressed store, hash-verified

148 // FetchValKey implements the `->` operator for strings, returning nil if the
149 // key is not found.
150 FetchValKey(key string) (JSON, error)
151
152 // FetchValIdx implements the `->` operator for ints, returning nil if the
153 // key is not found.

Callers 1

FetchValKeyMethod · 0.65

Implementers 4

jsonNullpkg/util/json/json.go
jsonFalsepkg/util/json/json.go
jsonTruepkg/util/json/json.go
jsonEncodedpkg/util/json/encoded.go

Calls

no outgoing calls

Tested by

no test coverage detected