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

Function userOwnerMatcher

coderd/rbac/regosql/configs.go:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15}
16
17func userOwnerMatcher() sqltypes.VariableMatcher {
18 return sqltypes.StringVarMatcher("owner_id :: text", []string{"input", "object", "owner"})
19}
20
21func groupACLMatcher(m sqltypes.VariableMatcher) ACLMappingVar {
22 return ACLMappingMatcher(m, "group_acl", []string{"input", "object", "acl_group_list"})

Callers 7

TemplateConverterFunction · 0.85
WorkspaceConverterFunction · 0.85
chatBaseConverterFunction · 0.85
AuditLogConverterFunction · 0.85
ConnectionLogConverterFunction · 0.85
NoACLConverterFunction · 0.85
DefaultVariableConverterFunction · 0.85

Calls 1

StringVarMatcherFunction · 0.92

Tested by

no test coverage detected