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

Method String

postgres/parser/json/encoded.go:703–707  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

701}
702
703func (j *jsonEncoded) String() string {
704 var buf bytes.Buffer
705 j.Format(&buf)
706 return buf.String()
707}
708
709// isScalar implements the JSON interface.
710func (j *jsonEncoded) isScalar() bool {

Callers

nothing calls this directly

Calls 2

FormatMethod · 0.95
StringMethod · 0.65

Tested by

no test coverage detected