()
| 479 | } |
| 480 | |
| 481 | func (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. |
no test coverage detected