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

Function basicSQLEquality

coderd/rbac/regosql/sqltypes/equality.go:98–104  ·  view source on GitHub ↗
(cfg *SQLGenerator, not bool, a, b Node)

Source from the content-addressed store, hash-verified

96}
97
98func basicSQLEquality(cfg *SQLGenerator, not bool, a, b Node) string {
99 return fmt.Sprintf("%s %s %s",
100 a.SQLString(cfg),
101 equalsOp(not),
102 b.SQLString(cfg),
103 )
104}

Callers 4

EqualsSQLStringMethod · 0.85
EqualsSQLStringMethod · 0.85
EqualsSQLStringMethod · 0.85
EqualsSQLStringMethod · 0.85

Calls 2

equalsOpFunction · 0.85
SQLStringMethod · 0.65

Tested by

no test coverage detected