Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ IsPrebuild
Method
IsPrebuild
coderd/database/modelmethods.go:449–449 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
447
// and converted to their corresponding prebuilt workspace RBAC object.
448
type
PrebuiltWorkspaceResource
interface
{
449
IsPrebuild() bool
450
AsPrebuild() rbac.Object
451
}
452
Callers
15
putWorkspaceAutostart
Method · 0.65
putWorkspaceTTL
Method · 0.65
putWorkspaceDormant
Method · 0.65
putExtendWorkspace
Method · 0.65
convertWorkspace
Function · 0.65
workspaceAgentReinit
Method · 0.65
postWorkspaceBuildsInternal
Method · 0.65
authorizePrebuiltWorkspace
Method · 0.65
ReportAgentStats
Method · 0.65
authorize
Method · 0.65
New
Function · 0.65
refreshCachedWorkspace
Method · 0.65
Implementers
2
Workspace
coderd/database/models.go
WorkspaceTable
coderd/database/models.go
Calls
no outgoing calls
Tested by
no test coverage detected