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

Method IsAnyRunning

internal/loop/manager.go:537–539  ·  view source on GitHub ↗

IsAnyRunning returns true if any loop is currently running.

()

Source from the content-addressed store, hash-verified

535
536// IsAnyRunning returns true if any loop is currently running.
537func (m *Manager) IsAnyRunning() bool {
538 return m.GetRunningCount() > 0
539}
540
541// SetMaxIterations updates the default max iterations for new loops.
542func (m *Manager) SetMaxIterations(maxIter int) {

Callers 2

TestManagerIsAnyRunningFunction · 0.95
tryQuitMethod · 0.80

Calls 1

GetRunningCountMethod · 0.95

Tested by 1

TestManagerIsAnyRunningFunction · 0.76