Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
241
func
(s *stageWriter) Start(stage string) {
242
_, _ = fmt.Fprintf(s.w,
"==> ⧗ %s\n"
, stage)
243
}
244
245
func
(s *stageWriter) Complete(stage string, duration time.Duration) {
246
s.end(stage, duration, true)
Callers
1
ProvisionerJob
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected