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

Method Format

pkg/util/json/json.go:524–526  ·  view source on GitHub ↗
(buf *bytes.Buffer)

Source from the content-addressed store, hash-verified

522}
523
524func (j jsonString) Format(buf *bytes.Buffer) {
525 encodeJSONString(buf, string(j))
526}
527
528func asString(j JSON) string {
529 var buf bytes.Buffer

Callers

nothing calls this directly

Calls 1

encodeJSONStringFunction · 0.85

Tested by

no test coverage detected