MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / AsText

Method AsText

pkg/util/json/json.go:1502–1505  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1500 return &s, nil
1501}
1502func (j jsonObject) AsText() (*string, error) {
1503 s := j.String()
1504 return &s, nil
1505}
1506
1507func (jsonNull) Exists(string) (bool, error) { return false, nil }
1508func (jsonTrue) Exists(string) (bool, error) { return false, nil }

Callers

nothing calls this directly

Calls 1

StringMethod · 0.95

Tested by

no test coverage detected