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

Method IsEditing

internal/tui/settings.go:100–102  ·  view source on GitHub ↗

IsEditing returns true if a string value is being edited.

()

Source from the content-addressed store, hash-verified

98
99// IsEditing returns true if a string value is being edited.
100func (s *SettingsOverlay) IsEditing() bool {
101 return s.editing
102}
103
104// StartEditing begins inline editing of the selected string value.
105func (s *SettingsOverlay) StartEditing() {

Calls

no outgoing calls