()
| 12 | // UIApp interface defines the minimal app methods needed by UIManager |
| 13 | type UIApp interface { |
| 14 | Pages() *tview.Pages |
| 15 | SetFocus(p tview.Primitive) *tview.Application |
| 16 | QueueUpdateDraw(func()) *tview.Application |
| 17 | } |
no outgoing calls
no test coverage detected