MCPcopy Index your code
hub / github.com/coder/coder / astParenthesis

Struct astParenthesis

coderd/rbac/regosql/sqltypes/parens.go:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5)
6
7type astParenthesis struct {
8 Value BooleanNode
9}
10
11// BoolParenthesis wraps the given boolean node in parens.
12// This is useful for grouping and avoiding ambiguity. This does not work for

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected