Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dolthub/doltgresql
/ String
Method
String
postgres/parser/json/encoded.go:703–707 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
701
}
702
703
func
(j *jsonEncoded) String() string {
704
var
buf bytes.Buffer
705
j.Format(&buf)
706
return
buf.String()
707
}
708
709
// isScalar implements the JSON interface.
710
func
(j *jsonEncoded) isScalar() bool {
Callers
nothing calls this directly
Calls
2
Format
Method · 0.95
String
Method · 0.65
Tested by
no test coverage detected