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

Method SetSize

internal/tui/branch_warning.go:62–65  ·  view source on GitHub ↗

SetSize sets the dialog dimensions.

(width, height int)

Source from the content-addressed store, hash-verified

60
61// SetSize sets the dialog dimensions.
62func (b *BranchWarning) SetSize(width, height int) {
63 b.width = width
64 b.height = height
65}
66
67// SetContext sets the branch, PRD context, and worktree path for the warning.
68func (b *BranchWarning) SetContext(currentBranch, prdName, worktreePath string) {

Calls

no outgoing calls