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

Method stopLoopForPRD

internal/tui/app.go:837–841  ·  view source on GitHub ↗

stopLoopForPRD stops the loop for a specific PRD immediately.

(prdName string)

Source from the content-addressed store, hash-verified

835
836// stopLoopForPRD stops the loop for a specific PRD immediately.
837func (a *App) stopLoopForPRD(prdName string) {
838 if a.manager != nil {
839 a.manager.Stop(prdName)
840 }
841}
842
843// stopLoopAndUpdate stops the loop and updates the state.
844func (a App) stopLoopAndUpdate() (tea.Model, tea.Cmd) {

Callers 2

stopLoopMethod · 0.95

Calls 1

StopMethod · 0.45

Tested by

no test coverage detected