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

Method typeContent

pkg/integration/components/test_driver.go:59–63  ·  view source on GitHub ↗
(content string)

Source from the content-addressed store, hash-verified

57}
58
59func (self *TestDriver) typeContent(content string) {
60 for _, char := range content {
61 self.pressFast(string(char))
62 }
63}
64
65func (self *TestDriver) Common() *Common {
66 return &Common{t: self}

Callers 4

TypeMethod · 0.80
TypeMethod · 0.80
TypeMethod · 0.80
TypeMethod · 0.80

Calls 1

pressFastMethod · 0.95

Tested by

no test coverage detected