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

Method EqualsSQLString

coderd/rbac/regosql/sqltypes/equality.go:67–69  ·  view source on GitHub ↗
(cfg *SQLGenerator, not bool, other Node)

Source from the content-addressed store, hash-verified

65}
66
67func (e equality) EqualsSQLString(cfg *SQLGenerator, not bool, other Node) (string, error) {
68 return boolEqualsSQLString(cfg, e, not, other)
69}
70
71func boolEqualsSQLString(cfg *SQLGenerator, a BooleanNode, not bool, other Node) (string, error) {
72 switch other.UseAs().(type) {

Callers

nothing calls this directly

Calls 1

boolEqualsSQLStringFunction · 0.85

Tested by

no test coverage detected