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

Method Format

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

Format writes out the JSON document to the specified buffer.

(buf *bytes.Buffer)

Source from the content-addressed store, hash-verified

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.
72 Size() uintptr
73

Callers 7

prettyPrintFirstValueFunction · 0.65
PrettyPrintValueEncodedFunction · 0.65
FormatMethod · 0.65
asStringFunction · 0.65
FormatMethod · 0.65
FormatMethod · 0.65
StringMethod · 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