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

Method Type

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

Type returns the JSON type.

()

Source from the content-addressed store, hash-verified

66 Compare(JSON) (int, error)
67 // Type returns the JSON type.
68 Type() Type
69 // Format writes out the JSON document to the specified buffer.
70 Format(buf *bytes.Buffer)
71 // Size returns the size of the JSON document in bytes.

Callers 15

normalizeMethod · 0.65
TypeCheckMethod · 0.65
hookVisitorFunction · 0.65
hookInsertZeroFunction · 0.65
visitReplaceFunction · 0.65
ContainsFunction · 0.65
preprocessForContainsMethod · 0.65
CompareMethod · 0.65
ExistsMethod · 0.65
slowContainsFunction · 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