Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
12
type
VariableConverter
struct
{
13
converters []VariableMatcher
14
}
15
16
func
NewVariableConverter() *VariableConverter {
17
return
&VariableConverter{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected