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

Method SetPRInProgress

internal/tui/completion.go:132–134  ·  view source on GitHub ↗

SetPRInProgress marks the PR creation as in progress.

()

Source from the content-addressed store, hash-verified

130
131// SetPRInProgress marks the PR creation as in progress.
132func (c *CompletionScreen) SetPRInProgress() {
133 c.prState = AutoActionInProgress
134}
135
136// SetPRSuccess marks the PR creation as successful.
137func (c *CompletionScreen) SetPRSuccess(url, title string) {

Callers 2

Calls

no outgoing calls

Tested by 1