MCPcopy Create free account
hub / github.com/dolthub/doltgresql / FetchValKey

Method FetchValKey

postgres/parser/json/json.go:104–104  ·  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

102 // FetchValKey implements the `->` operator for strings, returning nil if the
103 // key is not found.
104 FetchValKey(key string) (JSON, error)
105
106 // FetchValIdx implements the `->` operator for ints, returning nil if the
107 // key is not found.

Callers 1

FetchValKeyMethod · 0.65

Implementers 4

jsonNullpostgres/parser/json/json.go
jsonFalsepostgres/parser/json/json.go
jsonTruepostgres/parser/json/json.go
jsonEncodedpostgres/parser/json/encoded.go

Calls

no outgoing calls

Tested by

no test coverage detected