MCPcopy Create free account
hub / github.com/MiniCodeMonkey/chief / GetRunningCount

Method GetRunningCount

internal/loop/manager.go:515–517  ·  view source on GitHub ↗

GetRunningCount returns the number of currently running loops.

()

Source from the content-addressed store, hash-verified

513
514// GetRunningCount returns the number of currently running loops.
515func (m *Manager) GetRunningCount() int {
516 return len(m.GetRunningPRDs())
517}
518
519// StopAll stops all running loops.
520func (m *Manager) StopAll() {

Callers 3

IsAnyRunningMethod · 0.95

Calls 1

GetRunningPRDsMethod · 0.95

Tested by 2