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

Function asString

pkg/util/json/json.go:528–532  ·  view source on GitHub ↗
(j JSON)

Source from the content-addressed store, hash-verified

526}
527
528func asString(j JSON) string {
529 var buf bytes.Buffer
530 j.Format(&buf)
531 return buf.String()
532}
533
534func (j jsonNull) String() string { return asString(j) }
535func (j jsonTrue) String() string { return asString(j) }

Callers 7

StringMethod · 0.85
StringMethod · 0.85
StringMethod · 0.85
StringMethod · 0.85
StringMethod · 0.85
StringMethod · 0.85
StringMethod · 0.85

Calls 2

FormatMethod · 0.65
StringMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…