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

Method FetchValKey

pkg/util/json/json.go:89–89  ·  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

87 // FetchValKey implements the `->` operator for strings, returning nil if the
88 // key is not found.
89 FetchValKey(key string) (JSON, error)
90
91 // FetchValIdx implements the `->` operator for ints, returning nil if the
92 // key is not found.

Callers 2

eval.goFile · 0.65
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