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

Method EqualsSQLString

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

Source from the content-addressed store, hash-verified

22}
23
24func (b AstBoolean) EqualsSQLString(cfg *SQLGenerator, not bool, other Node) (string, error) {
25 return boolEqualsSQLString(cfg, b, not, other)
26}

Callers

nothing calls this directly

Calls 1

boolEqualsSQLStringFunction · 0.85

Tested by

no test coverage detected