Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/coder
/ Orphan
Method
Orphan
coderd/wsbuilder/wsbuilder.go:172–176 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
170
}
171
172
func
(b Builder) Orphan() Builder {
173
// nolint: revive
174
b.state = stateTarget{orphan: true}
175
return
b
176
}
177
178
func
(b Builder) LogLevel(l string) Builder {
179
// nolint: revive
Callers
3
postWorkspaceBuildsInternal
Method · 0.80
TestWorkspaceBuildDeleteOrphan
Function · 0.80
provision
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestWorkspaceBuildDeleteOrphan
Function · 0.64