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

Method Type

pkg/util/json/json.go:88–88  ·  view source on GitHub ↗

Type returns the JSON type.

()

Source from the content-addressed store, hash-verified

86 Compare(JSON) (int, error)
87 // Type returns the JSON type.
88 Type() Type
89 // Format writes out the JSON document to the specified buffer.
90 Format(buf *bytes.Buffer)
91 // Size returns the size of the JSON document in bytes.

Callers 15

IsCompositeMethod · 0.65
TypeCheckMethod · 0.65
EqualPtrFieldsFunction · 0.65
ContainsFunction · 0.65
preprocessForContainsMethod · 0.65
CompareMethod · 0.65
ExistsMethod · 0.65
slowContainsFunction · 0.65
slowContainsMethod · 0.65
EncodeJSONFunction · 0.65
isEmptyArrayFunction · 0.65

Implementers 4

jsonNullpkg/util/json/json.go
jsonFalsepkg/util/json/json.go
jsonTruepkg/util/json/json.go
jsonEncodedpkg/util/json/encoded.go

Calls

no outgoing calls

Tested by

no test coverage detected