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

Struct VariableConverter

coderd/rbac/regosql/sqltypes/variable.go:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12type VariableConverter struct {
13 converters []VariableMatcher
14}
15
16func NewVariableConverter() *VariableConverter {
17 return &VariableConverter{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected