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

Method Type

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

Source from the content-addressed store, hash-verified

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
603func (j jsonNull) MaybeDecode() JSON { return j }

Callers 1

CompareMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected