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

Method DisplayMessage

viewer/tableutil.go:217–221  ·  view source on GitHub ↗
(msg string)

Source from the content-addressed store, hash-verified

215}
216
217func (m *TuiModel) DisplayMessage(msg string) {
218 m.Data().EditTextBuffer = msg
219 m.UI.EditModeEnabled = false
220 m.UI.RenderSelection = true
221}
222
223func (m *TuiModel) GetSelectedLineEdit() *LineEdit {
224 if m.TextInput.Model.Focused() {

Callers 3

initFunction · 0.80
EditEnterFunction · 0.80
handleSQLModeFunction · 0.80

Calls 1

DataMethod · 0.95

Tested by

no test coverage detected