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

Method RBACObjectNoTemplate

coderd/database/modelmethods.go:419–421  ·  view source on GitHub ↗

RBACObjectNoTemplate is for orphaned template versions.

()

Source from the content-addressed store, hash-verified

417
418// RBACObjectNoTemplate is for orphaned template versions.
419func (v TemplateVersion) RBACObjectNoTemplate() rbac.Object {
420 return rbac.ResourceTemplate.InOrg(v.OrganizationID)
421}
422
423func (g Group) RBACObject() rbac.Object {
424 return rbac.ResourceGroup.WithID(g.ID).

Callers 5

TestTemplateMethod · 0.95
TestProvisionerJobMethod · 0.80

Calls 1

InOrgMethod · 0.80

Tested by 2

TestTemplateMethod · 0.76
TestProvisionerJobMethod · 0.64