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

Method Done

provisionerd/runner/runner.go:262–264  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

260}
261
262func (r *Runner) Done() <-chan struct{} {
263 return r.done
264}
265
266// Fail immediately halts updates and, if the job is not complete sends FailJob to the coder server. Running goroutines
267// are canceled but complete asynchronously (although they are prevented from further updating the job to the coder

Callers 15

heartbeatRoutineMethod · 0.95
connectMethod · 0.45
clientMethod · 0.45
acquireLoopMethod · 0.45
acquireGracefulMethod · 0.45
isClosedMethod · 0.45
ShutdownMethod · 0.45
applyMethod · 0.45
initMethod · 0.45
planMethod · 0.45
graphMethod · 0.45
TestAgentScriptFunction · 0.45

Calls

no outgoing calls

Tested by 7

TestAgentScriptFunction · 0.36
TestProvisionerSDKFunction · 0.36
Test_Start_copyFunction · 0.36
Test_Start_truncationFunction · 0.36
TestInstallFunction · 0.36
TestTimingsFromProvisionFunction · 0.36