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

Method Branch

internal/tui/completion.go:106–108  ·  view source on GitHub ↗

Branch returns the branch shown on the completion screen.

()

Source from the content-addressed store, hash-verified

104
105// Branch returns the branch shown on the completion screen.
106func (c *CompletionScreen) Branch() string {
107 return c.branch
108}
109
110// HasBranch returns true if the completion screen has a branch set.
111func (c *CompletionScreen) HasBranch() bool {

Callers 4

runAutoPushMethod · 0.80
runAutoCreatePRMethod · 0.80
handleCompletionKeysMethod · 0.80

Calls

no outgoing calls

Tested by 1