MCPcopy
hub / github.com/wagoodman/dive / Debug

Struct Debug

runtime/ui/view/debug.go:14–21  ·  view source on GitHub ↗

Debug is just for me :)

Source from the content-addressed store, hash-verified

12
13// Debug is just for me :)
14type 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.
24func newDebugView(gui *gocui.Gui) (controller *Debug) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected