MCPcopy
hub / github.com/mathaou/termdbms / GetSelectedLineEdit

Method GetSelectedLineEdit

viewer/tableutil.go:223–229  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

221}
222
223func (m *TuiModel) GetSelectedLineEdit() *LineEdit {
224 if m.TextInput.Model.Focused() {
225 return &m.TextInput
226 }
227
228 return &m.FormatInput
229}
230
231func ToggleColumn(m *TuiModel) {
232 if m.UI.ExpandColumn > -1 {

Callers

nothing calls this directly

Calls 1

FocusedMethod · 0.80

Tested by

no test coverage detected