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

Method ConvertVariable

coderd/rbac/regosql/sqltypes/variable.go:9–9  ·  view source on GitHub ↗
(rego ast.Ref)

Source from the content-addressed store, hash-verified

7
8type VariableMatcher interface {
9 ConvertVariable(rego ast.Ref) (Node, bool)
10}
11
12type VariableConverter struct {

Callers 4

ConvertVariableMethod · 0.65
convertTermFunction · 0.65
ConvertVariableMethod · 0.65
ConvertVariableMethod · 0.65

Implementers 5

ACLMappingVarcoderd/rbac/regosql/acl_mapping_var.go
VariableConvertercoderd/rbac/regosql/sqltypes/variable.
astStringVarcoderd/rbac/regosql/sqltypes/variable.
alwaysFalsecoderd/rbac/regosql/sqltypes/always_fa
astUUIDVarcoderd/rbac/regosql/sqltypes/uuid.go

Calls

no outgoing calls

Tested by

no test coverage detected