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

Struct fakeGuiDriver

pkg/integration/components/test_test.go:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21type fakeGuiDriver struct {
22 failureMessage string
23 pressedKeys []string
24 clickedCoordinates []coordinate
25}
26
27var _ integrationTypes.GuiDriver = &fakeGuiDriver{}
28

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected