()
| 28 | } |
| 29 | |
| 30 | func (m *TuiModel) Table() *TableState { |
| 31 | if m.QueryResult != nil { |
| 32 | return m.QueryResult |
| 33 | } |
| 34 | |
| 35 | return &m.DefaultTable |
| 36 | } |
| 37 | |
| 38 | func SetStyles() { |
| 39 | HeaderStyle = lipgloss.NewStyle() |
no outgoing calls
no test coverage detected