MCPcopy Index your code
hub / github.com/coder/coder / BuildMetrics

Method BuildMetrics

coderd/wsbuilder/wsbuilder.go:260–264  ·  view source on GitHub ↗
(m *Metrics)

Source from the content-addressed store, hash-verified

258}
259
260func (b Builder) BuildMetrics(m *Metrics) Builder {
261 // nolint: revive
262 b.buildMetrics = m
263 return b
264}
265
266// ErrParameterValidation is a sentinel indicating that a workspace
267// build failed because a template-version parameter could not be

Callers 4

createWorkspaceFunction · 0.80
runOnceMethod · 0.80
provisionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected