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

Method DormantRBAC

coderd/database/modelmethods.go:522–527  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

520}
521
522func (w WorkspaceTable) DormantRBAC() rbac.Object {
523 return rbac.ResourceWorkspaceDormant.
524 WithID(w.ID).
525 InOrg(w.OrganizationID).
526 WithOwner(w.OwnerID.String())
527}
528
529// IsPrebuild returns true if the workspace is a prebuild workspace.
530// A workspace is considered a prebuild if its owner is the prebuild system user.

Callers 1

RBACObjectMethod · 0.95

Calls 4

WithOwnerMethod · 0.80
InOrgMethod · 0.80
WithIDMethod · 0.45
StringMethod · 0.45

Tested by

no test coverage detected