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

Method Start

cli/cliui/provisionerjob.go:241–243  ·  view source on GitHub ↗
(stage string)

Source from the content-addressed store, hash-verified

239}
240
241func (s *stageWriter) Start(stage string) {
242 _, _ = fmt.Fprintf(s.w, "==> ⧗ %s\n", stage)
243}
244
245func (s *stageWriter) Complete(stage string, duration time.Duration) {
246 s.end(stage, duration, true)

Callers 1

ProvisionerJobFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected