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

Method VersionID

coderd/wsbuilder/wsbuilder.go:154–158  ·  view source on GitHub ↗

Methods that customize the build are public, have a struct receiver and return a new Builder.

(v uuid.UUID)

Source from the content-addressed store, hash-verified

152// Methods that customize the build are public, have a struct receiver and return a new Builder.
153
154func (b Builder) VersionID(v uuid.UUID) Builder {
155 // nolint: revive
156 b.version = versionTarget{specific: &v}
157 return b
158}
159
160func (b Builder) ActiveVersion() Builder {
161 // nolint: revive

Callers 5

createWorkspaceFunction · 0.80
provisionMethod · 0.80

Calls

no outgoing calls