MCPcopy 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
27func (astParenthesis) IsBooleanNode() {}
28func (p astParenthesis) UseAs() Node { return p.Value.UseAs() }
29func (p astParenthesis) SQLString(cfg *SQLGenerator) string {
30 return "(" + p.Value.SQLString(cfg) + ")"
31}

Callers

nothing calls this directly

Calls 1

UseAsMethod · 0.65

Tested by

no test coverage detected