Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dolthub/doltgresql
/ AsText
Method
AsText
postgres/parser/json/json.go:1567–1570 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1565
return
&s, nil
1566
}
1567
func
(j jsonFalse) AsText() (*string, error) {
1568
s := j.String()
1569
return
&s, nil
1570
}
1571
func
(j jsonNumber) AsText() (*string, error) {
1572
s := j.String()
1573
return
&s, nil
Callers
nothing calls this directly
Calls
1
String
Method · 0.95
Tested by
no test coverage detected