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

Method Format

pkg/util/json/json.go:90–90  ·  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

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.
92 Size() uintptr
93

Callers 10

prettyPrintFirstValueFunction · 0.65
PrettyPrintValueEncodedFunction · 0.65
FormatMethod · 0.65
formatMethod · 0.65
formatEncodedJSONObjectFunction · 0.65
formatEncodedJSONValueFunction · 0.65
asStringFunction · 0.65
FormatMethod · 0.65
FormatMethod · 0.65
SafeFormatMethod · 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