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

Method AsText

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

Source from the content-addressed store, hash-verified

1577 return &s, nil
1578}
1579func (j jsonObject) AsText() (*string, error) {
1580 s := j.String()
1581 return &s, nil
1582}
1583
1584func (jsonNull) Exists(string) (bool, error) { return false, nil }
1585func (jsonTrue) Exists(string) (bool, error) { return false, nil }

Callers

nothing calls this directly

Calls 1

StringMethod · 0.95

Tested by

no test coverage detected