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

Method AsText

postgres/parser/json/json.go:1575–1578  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1573 return &s, nil
1574}
1575func (j jsonArray) AsText() (*string, error) {
1576 s := j.String()
1577 return &s, nil
1578}
1579func (j jsonObject) AsText() (*string, error) {
1580 s := j.String()
1581 return &s, nil

Callers

nothing calls this directly

Calls 1

StringMethod · 0.95

Tested by

no test coverage detected