MCPcopy Create free account
hub / github.com/coder/coder / Reason

Method Reason

coderd/wsbuilder/wsbuilder.go:204–208  ·  view source on GitHub ↗
(r database.BuildReason)

Source from the content-addressed store, hash-verified

202}
203
204func (b Builder) Reason(r database.BuildReason) Builder {
205 // nolint: revive
206 b.reason = r
207 return b
208}
209
210func (b Builder) RichParameterValues(p []codersdk.WorkspaceBuildParameter) Builder {
211 // nolint: revive

Callers 5

createWorkspaceFunction · 0.80
runOnceMethod · 0.80
TestBuilder_ReasonFunction · 0.80
provisionMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestBuilder_ReasonFunction · 0.64