Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ UseAs
Method
UseAs
coderd/rbac/regosql/sqltypes/parens.go:28–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
27
func
(astParenthesis) IsBooleanNode() {}
28
func
(p astParenthesis) UseAs() Node {
return
p.Value.UseAs() }
29
func
(p astParenthesis) SQLString(cfg *SQLGenerator) string {
30
return
"("
+ p.Value.SQLString(cfg) +
")"
31
}
Callers
nothing calls this directly
Calls
1
UseAs
Method · 0.65
Tested by
no test coverage detected