Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cockroachdb/cockroachdb-parser
/ String
Method
String
pkg/sql/sem/tree/function_name.go:173–175 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
171
}
172
173
func
(o *FunctionOID) String() string {
174
return
AsString(o)
175
}
176
177
func
(o *FunctionOID) Format(ctx *FmtCtx) {
178
ctx.WriteString(fmt.Sprintf(
"[FUNCTION %d]"
, o.OID))
Callers
nothing calls this directly
Calls
1
AsString
Function · 0.85
Tested by
no test coverage detected