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

Method Complete

cli/cliui/provisionerjob.go:245–247  ·  view source on GitHub ↗
(stage string, duration time.Duration)

Source from the content-addressed store, hash-verified

243}
244
245func (s *stageWriter) Complete(stage string, duration time.Duration) {
246 s.end(stage, duration, true)
247}
248
249func (s *stageWriter) Fail(stage string, duration time.Duration) {
250 s.flushLogs()

Callers 4

ProvisionerJobFunction · 0.95
waitForConnectionMethod · 0.45
handleConnectedMethod · 0.45
waitForReconnectionMethod · 0.45

Calls 1

endMethod · 0.95

Tested by

no test coverage detected