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

Method stopLoop

internal/tui/app.go:832–834  ·  view source on GitHub ↗

stopLoop stops the loop for the current PRD immediately.

()

Source from the content-addressed store, hash-verified

830
831// stopLoop stops the loop for the current PRD immediately.
832func (a *App) stopLoop() {
833 a.stopLoopForPRD(a.prdName)
834}
835
836// stopLoopForPRD stops the loop for a specific PRD immediately.
837func (a *App) stopLoopForPRD(prdName string) {

Callers

nothing calls this directly

Calls 1

stopLoopForPRDMethod · 0.95

Tested by

no test coverage detected