Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cli/cli
/ SendKey
Method
SendKey
pkg/surveyext/editor_test.go:220–223 ·
view source on GitHub ↗
(c rune)
Source
from the content-addressed store, hash-verified
218
}
219
220
func
(t *testTerminal) SendKey(c rune) error {
221
_, err := t.pty.WriteString(string(c))
222
return
err
223
}
224
225
func
(t *testTerminal) WaitForOutput(s string) {
226
for
{
Callers
3
Test_GhEditor_Prompt_skip
Function · 0.80
Test_GhEditor_Prompt_editorAppend
Function · 0.80
Test_GhEditor_Prompt_editorTruncate
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected