Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/subtrace/subtrace
/ countRunning
Method
countRunning
cmd/run/engine/engine.go:198–202 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
196
}
197
198
func
(e *Engine) countRunning() int {
199
e.mu.RLock()
200
defer
e.mu.RUnlock()
201
return
len(e.processes)
202
}
203
204
func
(e *Engine) closeLocked() error {
205
select
{
Callers
1
Start
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected