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

Method isClosed

agent/agentscripts/agentscripts.go:483–490  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

481}
482
483func (r *Runner) isClosed() bool {
484 select {
485 case <-r.closed:
486 return true
487 default:
488 return false
489 }
490}

Callers 2

CloseMethod · 0.95
trackCommandGoroutineMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected