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

Method AsText

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

Source from the content-addressed store, hash-verified

1561}
1562func (j jsonNull) AsText() (*string, error) { return nil, nil }
1563func (j jsonTrue) AsText() (*string, error) {
1564 s := j.String()
1565 return &s, nil
1566}
1567func (j jsonFalse) AsText() (*string, error) {
1568 s := j.String()
1569 return &s, nil

Callers

nothing calls this directly

Calls 1

StringMethod · 0.95

Tested by

no test coverage detected