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

Function StringVarMatcher

coderd/rbac/regosql/sqltypes/variable.go:82–84  ·  view source on GitHub ↗
(sqlString string, regoPath []string)

Source from the content-addressed store, hash-verified

80}
81
82func StringVarMatcher(sqlString string, regoPath []string) VariableMatcher {
83 return astStringVar{FieldPath: regoPath, ColumnString: sqlString}
84}
85
86func (astStringVar) UseAs() Node { return AstString{} }
87

Callers 10

resourceIDMatcherFunction · 0.92
chatResourceIDMatcherFunction · 0.92
organizationOwnerMatcherFunction · 0.92
userOwnerMatcherFunction · 0.92
TemplateConverterFunction · 0.92
WorkspaceConverterFunction · 0.92
chatBaseConverterFunction · 0.92
UserConverterFunction · 0.92
TestRegoQueriesFunction · 0.92

Calls

no outgoing calls

Tested by 1

TestRegoQueriesFunction · 0.74