MCPcopy
hub / github.com/jesseduffield/lazygit / GuiDriver

Struct GuiDriver

pkg/gui/gui_driver.go:19–24  ·  view source on GitHub ↗

this gives our integration test a way of interacting with the gui for sending keypresses and reading state.

Source from the content-addressed store, hash-verified

17// this gives our integration test a way of interacting with the gui for sending keypresses
18// and reading state.
19type GuiDriver struct {
20 gui *Gui
21 isIdleChan chan struct{}
22 toastChan chan string
23 headless bool
24}
25
26var _ integrationTypes.GuiDriver = &GuiDriver{}
27

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected