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

Method SetPushError

internal/tui/completion.go:126–129  ·  view source on GitHub ↗

SetPushError marks the push as failed with an error message.

(errMsg string)

Source from the content-addressed store, hash-verified

124
125// SetPushError marks the push as failed with an error message.
126func (c *CompletionScreen) SetPushError(errMsg string) {
127 c.pushState = AutoActionError
128 c.pushError = errMsg
129}
130
131// SetPRInProgress marks the PR creation as in progress.
132func (c *CompletionScreen) SetPRInProgress() {

Calls

no outgoing calls