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:1490–1493 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1488
return
&s, nil
1489
}
1490
func
(j jsonFalse) AsText() (*string, error) {
1491
s := j.String()
1492
return
&s, nil
1493
}
1494
func
(j jsonNumber) AsText() (*string, error) {
1495
s := j.String()
1496
return
&s, nil
Callers
nothing calls this directly
Calls
1
String
Method · 0.95
Tested by
no test coverage detected