Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Equality
Function
Equality
coderd/rbac/regosql/sqltypes/equality.go:33–39 ·
view source on GitHub ↗
(notEquals bool, a, b Node)
Source
from the content-addressed store, hash-verified
31
}
32
33
func
Equality(notEquals bool, a, b Node) BooleanNode {
34
return
equality{
35
Left: a,
36
Right: b,
37
Not: notEquals,
38
}
39
}
40
41
func
(equality) IsBooleanNode() {}
42
Callers
2
convertCall
Function · 0.92
TestEquality
Function · 0.92
Calls
no outgoing calls
Tested by
1
TestEquality
Function · 0.74