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

Method String

pkg/util/json/encoded.go:689–693  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

687}
688
689func (j *jsonEncoded) String() string {
690 var buf bytes.Buffer
691 j.Format(&buf)
692 return buf.String()
693}
694
695// isScalar implements the JSON interface.
696func (j *jsonEncoded) isScalar() bool {

Callers

nothing calls this directly

Calls 2

FormatMethod · 0.95
StringMethod · 0.65

Tested by

no test coverage detected