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

Function Or

coderd/rbac/regosql/sqltypes/binary.go:27–29  ·  view source on GitHub ↗
(source RegoSource, terms ...BooleanNode)

Source from the content-addressed store, hash-verified

25func (binaryOp) IsBooleanNode() {}
26
27func Or(source RegoSource, terms ...BooleanNode) BooleanNode {
28 return newBinaryOp(source, binaryOpOR, terms...)
29}
30
31func And(source RegoSource, terms ...BooleanNode) BooleanNode {
32 return newBinaryOp(source, binaryOpAND, terms...)

Callers 1

ConvertRegoAstFunction · 0.92

Calls 1

newBinaryOpFunction · 0.85

Tested by

no test coverage detected