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

Method HasBranch

internal/tui/completion.go:111–113  ·  view source on GitHub ↗

HasBranch returns true if the completion screen has a branch set.

()

Source from the content-addressed store, hash-verified

109
110// HasBranch returns true if the completion screen has a branch set.
111func (c *CompletionScreen) HasBranch() bool {
112 return c.branch != ""
113}
114
115// SetPushInProgress marks the push as in progress.
116func (c *CompletionScreen) SetPushInProgress() {

Callers 4

handleCompletionKeysMethod · 0.80

Calls

no outgoing calls

Tested by 2