MCPcopy Create free account
hub / github.com/coder/coder / UUIDVarMatcher

Function UUIDVarMatcher

coderd/rbac/regosql/sqltypes/uuid.go:27–29  ·  view source on GitHub ↗
(sqlColumn string, regoPath []string)

Source from the content-addressed store, hash-verified

25}
26
27func UUIDVarMatcher(sqlColumn string, regoPath []string) VariableMatcher {
28 return astUUIDVar{FieldPath: regoPath, ColumnString: sqlColumn}
29}
30
31func (astUUIDVar) UseAs() Node { return astUUIDVar{} }
32

Callers 2

AuditLogConverterFunction · 0.92
ConnectionLogConverterFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected