MCPcopy
hub / github.com/basecamp/once / typeText

Method typeText

integration/ui_test.go:119–123  ·  view source on GitHub ↗
(text string)

Source from the content-addressed store, hash-verified

117}
118
119func (d *appDriver) typeText(text string) {
120 for _, r := range text {
121 d.send(keyMsg(string(r)))
122 }
123}
124
125func (d *appDriver) viewContent() string {
126 return d.app.View().Content

Callers 1

Calls 2

sendMethod · 0.95
keyMsgFunction · 0.85

Tested by

no test coverage detected