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

Method SetPRError

internal/tui/completion.go:144–147  ·  view source on GitHub ↗

SetPRError marks the PR creation as failed with an error message.

(errMsg string)

Source from the content-addressed store, hash-verified

142
143// SetPRError marks the PR creation as failed with an error message.
144func (c *CompletionScreen) SetPRError(errMsg string) {
145 c.prState = AutoActionError
146 c.prError = errMsg
147}
148
149// Tick advances the spinner animation frame.
150func (c *CompletionScreen) Tick() {

Callers 2

Calls

no outgoing calls

Tested by 1