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

Method Format

postgres/parser/json/json.go:574–576  ·  view source on GitHub ↗
(buf *bytes.Buffer)

Source from the content-addressed store, hash-verified

572}
573
574func (j jsonString) Format(buf *bytes.Buffer) {
575 encodeJSONString(buf, string(j))
576}
577
578func asString(j JSON) string {
579 var buf bytes.Buffer

Callers

nothing calls this directly

Calls 1

encodeJSONStringFunction · 0.85

Tested by

no test coverage detected