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

Method CancelEdit

internal/tui/settings.go:122–125  ·  view source on GitHub ↗

CancelEdit discards the edit buffer.

()

Source from the content-addressed store, hash-verified

120
121// CancelEdit discards the edit buffer.
122func (s *SettingsOverlay) CancelEdit() {
123 s.editing = false
124 s.editBuffer = ""
125}
126
127// AddEditChar adds a character to the edit buffer.
128func (s *SettingsOverlay) AddEditChar(ch rune) {

Callers 2

handleSettingsKeysMethod · 0.80

Calls

no outgoing calls

Tested by 1