Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
483
func
(r *Runner) isClosed() bool {
484
select
{
485
case
<-r.closed:
486
return
true
487
default:
488
return
false
489
}
490
}
Callers
2
Close
Method · 0.95
trackCommandGoroutine
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected