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

Method SetPushInProgress

internal/tui/completion.go:116–118  ·  view source on GitHub ↗

SetPushInProgress marks the push as in progress.

()

Source from the content-addressed store, hash-verified

114
115// SetPushInProgress marks the push as in progress.
116func (c *CompletionScreen) SetPushInProgress() {
117 c.pushState = AutoActionInProgress
118}
119
120// SetPushSuccess marks the push as successful.
121func (c *CompletionScreen) SetPushSuccess() {

Callers 3

showCompletionScreenMethod · 0.80

Calls

no outgoing calls

Tested by 2