Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
223
func
(m *TuiModel) GetSelectedLineEdit() *LineEdit {
224
if
m.TextInput.Model.Focused() {
225
return
&m.TextInput
226
}
227
228
return
&m.FormatInput
229
}
230
231
func
ToggleColumn(m *TuiModel) {
232
if
m.UI.ExpandColumn > -1 {
Callers
nothing calls this directly
Calls
1
Focused
Method · 0.80
Tested by
no test coverage detected