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

Method Type

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

Source from the content-addressed store, hash-verified

348func (jsonString) Type() Type { return StringJSONType }
349func (jsonArray) Type() Type { return ArrayJSONType }
350func (jsonObject) Type() Type { return ObjectJSONType }
351
352func (j jsonNull) MaybeDecode() JSON { return j }
353func (j jsonFalse) MaybeDecode() JSON { return j }

Callers 1

CompareMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected