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

Method AsText

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

Source from the content-addressed store, hash-verified

1565 return &s, nil
1566}
1567func (j jsonFalse) AsText() (*string, error) {
1568 s := j.String()
1569 return &s, nil
1570}
1571func (j jsonNumber) AsText() (*string, error) {
1572 s := j.String()
1573 return &s, nil

Callers

nothing calls this directly

Calls 1

StringMethod · 0.95

Tested by

no test coverage detected