Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
1575
func
(j jsonArray) AsText() (*string, error) {
1576
s := j.String()
1577
return
&s, nil
1578
}
1579
func
(j jsonObject) AsText() (*string, error) {
1580
s := j.String()
1581
return
&s, nil
Callers
nothing calls this directly
Calls
1
String
Method · 0.95
Tested by
no test coverage detected