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

Method IsPaused

internal/loop/loop.go:526–530  ·  view source on GitHub ↗

IsPaused returns whether the loop is paused.

()

Source from the content-addressed store, hash-verified

524
525// IsPaused returns whether the loop is paused.
526func (l *Loop) IsPaused() bool {
527 l.mu.Lock()
528 defer l.mu.Unlock()
529 return l.paused
530}
531
532// IsStopped returns whether the loop is stopped.
533func (l *Loop) IsStopped() bool {

Callers 1

runLoopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected