Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
7
func
NewSQLGenerator() *SQLGenerator {
8
return
&SQLGenerator{}
9
}
10
11
func
(g *SQLGenerator) AddError(err error) {
12
if
err != nil {
Callers
4
Compile
Function · 0.92
requireConvert
Function · 0.92
TestEquality
Function · 0.92
TestMembership
Function · 0.92
Calls
no outgoing calls
Tested by
3
requireConvert
Function · 0.74
TestEquality
Function · 0.74
TestMembership
Function · 0.74