Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/auxten/postgresql-parser
/ String
Method
String
pkg/util/json/encoded.go:689–693 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
687
}
688
689
func
(j *jsonEncoded) String() string {
690
var
buf bytes.Buffer
691
j.Format(&buf)
692
return
buf.String()
693
}
694
695
// isScalar implements the JSON interface.
696
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