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

Method IsStopped

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

IsStopped returns whether the loop is stopped.

()

Source from the content-addressed store, hash-verified

531
532// IsStopped returns whether the loop is stopped.
533func (l *Loop) IsStopped() bool {
534 l.mu.Lock()
535 defer l.mu.Unlock()
536 return l.stopped
537}
538
539// effectiveWorkDir returns the working directory to use for the agent.
540// If workDir is set, it is used directly. Otherwise, defaults to the PRD directory.

Callers 1

runLoopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected