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

Method IsAutoActionRunning

internal/tui/completion.go:167–169  ·  view source on GitHub ↗

IsAutoActionRunning returns true if any auto-action is currently in progress.

()

Source from the content-addressed store, hash-verified

165
166// IsAutoActionRunning returns true if any auto-action is currently in progress.
167func (c *CompletionScreen) IsAutoActionRunning() bool {
168 return c.pushState == AutoActionInProgress || c.prState == AutoActionInProgress
169}
170
171// Render renders the completion screen with confetti background.
172func (c *CompletionScreen) Render() string {

Callers 4

UpdateMethod · 0.80

Calls

no outgoing calls