Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/auxten/postgresql-parser
/ AsText
Method
AsText
pkg/util/json/json.go:1498–1501 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1496
return
&s, nil
1497
}
1498
func
(j jsonArray) AsText() (*string, error) {
1499
s := j.String()
1500
return
&s, nil
1501
}
1502
func
(j jsonObject) AsText() (*string, error) {
1503
s := j.String()
1504
return
&s, nil
Callers
nothing calls this directly
Calls
1
String
Method · 0.95
Tested by
no test coverage detected