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

Method getViewDriver

pkg/integration/components/menu_driver.go:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6}
7
8func (self *MenuDriver) getViewDriver() *ViewDriver {
9 return self.t.Views().Menu()
10}
11
12// asserts that the popup has the expected title
13func (self *MenuDriver) Title(expected *TextMatcher) *MenuDriver {

Callers 11

TitleMethod · 0.95
ConfirmMethod · 0.95
CancelMethod · 0.95
SelectMethod · 0.95
LinesMethod · 0.95
TopLinesMethod · 0.95
ContainsLinesMethod · 0.95
FilterMethod · 0.95
LineCountMethod · 0.95
WaitMethod · 0.95
TapMethod · 0.95

Calls 2

MenuMethod · 0.65
ViewsMethod · 0.65

Tested by

no test coverage detected