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

Function organizationOwnerMatcher

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

Source from the content-addressed store, hash-verified

11}
12
13func organizationOwnerMatcher() sqltypes.VariableMatcher {
14 return sqltypes.StringVarMatcher("organization_id :: text", []string{"input", "object", "org_owner"})
15}
16
17func userOwnerMatcher() sqltypes.VariableMatcher {
18 return sqltypes.StringVarMatcher("owner_id :: text", []string{"input", "object", "owner"})

Callers 2

NoACLConverterFunction · 0.85
DefaultVariableConverterFunction · 0.85

Calls 1

StringVarMatcherFunction · 0.92

Tested by

no test coverage detected