Debug is just for me :)
| 12 | |
| 13 | // Debug is just for me :) |
| 14 | type Debug struct { |
| 15 | name string |
| 16 | gui *gocui.Gui |
| 17 | view *gocui.View |
| 18 | header *gocui.View |
| 19 | |
| 20 | selectedView Helper |
| 21 | } |
| 22 | |
| 23 | // newDebugView creates a new view object attached the global [gocui] screen object. |
| 24 | func newDebugView(gui *gocui.Gui) (controller *Debug) { |
nothing calls this directly
no outgoing calls
no test coverage detected