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

Method EqualsSQLString

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

Source from the content-addressed store, hash-verified

59}
60
61func (e memberOf) EqualsSQLString(cfg *SQLGenerator, not bool, other Node) (string, error) {
62 return boolEqualsSQLString(cfg, e, not, other)
63}

Callers

nothing calls this directly

Calls 1

boolEqualsSQLStringFunction · 0.85

Tested by

no test coverage detected