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

Function NewVariableConverter

coderd/rbac/regosql/sqltypes/variable.go:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14}
15
16func NewVariableConverter() *VariableConverter {
17 return &VariableConverter{}
18}
19
20func (vc *VariableConverter) RegisterMatcher(m ...VariableMatcher) *VariableConverter {
21 vc.converters = append(vc.converters, m...)

Callers 10

TemplateConverterFunction · 0.92
WorkspaceConverterFunction · 0.92
chatBaseConverterFunction · 0.92
AuditLogConverterFunction · 0.92
ConnectionLogConverterFunction · 0.92
UserConverterFunction · 0.92
NoACLConverterFunction · 0.92
DefaultVariableConverterFunction · 0.92
TestRegoQueriesFunction · 0.92

Calls

no outgoing calls

Tested by 1

TestRegoQueriesFunction · 0.74