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

Struct alwaysFalse

coderd/rbac/regosql/sqltypes/always_false.go:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type alwaysFalse struct {
13 Matcher VariableMatcher
14
15 InnerNode Node
16}
17
18// AlwaysFalse overrides the inner node with a constant "false".
19func AlwaysFalse(m VariableMatcher) VariableMatcher {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected