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

Method Type

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

Source from the content-addressed store, hash-verified

597func (jsonTrue) Type() Type { return TrueJSONType }
598func (jsonNumber) Type() Type { return NumberJSONType }
599func (jsonString) Type() Type { return StringJSONType }
600func (jsonArray) Type() Type { return ArrayJSONType }
601func (jsonObject) Type() Type { return ObjectJSONType }
602

Callers 1

CompareMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected