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

Method Type

pkg/util/json/json.go:344–344  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

342type jsonObject []jsonKeyValuePair
343
344func (jsonNull) Type() Type { return NullJSONType }
345func (jsonFalse) Type() Type { return FalseJSONType }
346func (jsonTrue) Type() Type { return TrueJSONType }
347func (jsonNumber) Type() Type { return NumberJSONType }

Callers 1

CompareMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected