MCPcopy 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
198func (e *Engine) countRunning() int {
199 e.mu.RLock()
200 defer e.mu.RUnlock()
201 return len(e.processes)
202}
203
204func (e *Engine) closeLocked() error {
205 select {

Callers 1

StartMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected