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

Method Type

postgres/parser/json/json.go:400–400  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

398func (jsonString) Type() Type { return StringJSONType }
399func (jsonArray) Type() Type { return ArrayJSONType }
400func (jsonObject) Type() Type { return ObjectJSONType }
401
402func (j jsonNull) MaybeDecode() JSON { return j }
403func (j jsonFalse) MaybeDecode() JSON { return j }

Callers 1

CompareMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected