MCPcopy Create free account
hub / github.com/dolthub/doltgresql / Format

Method Format

postgres/parser/json/json.go:85–85  ·  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

83 Type() Type
84 // Format writes out the JSON document to the specified buffer.
85 Format(buf *bytes.Buffer)
86 // Size returns the size of the JSON document in bytes.
87 Size() uintptr
88

Callers 15

FormatMethod · 0.65
asStringFunction · 0.65
FormatMethod · 0.65
FormatMethod · 0.65
StringMethod · 0.65
currentDateAsPrefixFunction · 0.65
HashOfMethod · 0.65
SetTableHashMethod · 0.65
age.goFile · 0.65
FormatDateTimeWithBCFunction · 0.65
now.goFile · 0.65

Implementers 4

jsonNullpostgres/parser/json/json.go
jsonFalsepostgres/parser/json/json.go
jsonTruepostgres/parser/json/json.go
jsonEncodedpostgres/parser/json/encoded.go

Calls

no outgoing calls

Tested by 3

formatNodeFunction · 0.52
PostgresNodeFormatterFunction · 0.52