Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/coder
/ Initiator
Method
Initiator
coderd/wsbuilder/wsbuilder.go:198–202 ·
view source on GitHub ↗
(u uuid.UUID)
Source
from the content-addressed store, hash-verified
196
}
197
198
func
(b Builder) Initiator(u uuid.UUID) Builder {
199
// nolint: revive
200
b.initiator = u
201
return
b
202
}
203
204
func
(b Builder) Reason(r database.BuildReason) Builder {
205
// nolint: revive
Callers
5
createWorkspace
Function · 0.80
postWorkspaceBuildsInternal
Method · 0.80
TestBuilder_Initiator
Function · 0.80
TestBuilder_Baggage
Function · 0.80
provision
Method · 0.80
Calls
no outgoing calls
Tested by
2
TestBuilder_Initiator
Function · 0.64
TestBuilder_Baggage
Function · 0.64