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

Method RBACObject

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

Source from the content-addressed store, hash-verified

479}
480
481func (w Workspace) RBACObject() rbac.Object {
482 return w.WorkspaceTable().RBACObject()
483}
484
485// IsPrebuild returns true if the workspace is a prebuild workspace.
486// A workspace is considered a prebuild if its owner is the prebuild system user.

Callers 1

AsPrebuildMethod · 0.95

Calls 2

WorkspaceTableMethod · 0.95
RBACObjectMethod · 0.65

Tested by

no test coverage detected