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

Function NewSQLGenerator

coderd/rbac/regosql/sqltypes/gen.go:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5}
6
7func NewSQLGenerator() *SQLGenerator {
8 return &SQLGenerator{}
9}
10
11func (g *SQLGenerator) AddError(err error) {
12 if err != nil {

Callers 4

CompileFunction · 0.92
requireConvertFunction · 0.92
TestEqualityFunction · 0.92
TestMembershipFunction · 0.92

Calls

no outgoing calls

Tested by 3

requireConvertFunction · 0.74
TestEqualityFunction · 0.74
TestMembershipFunction · 0.74