Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cli/cli
/ ResetOutput
Method
ResetOutput
pkg/surveyext/editor_test.go:238–240 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
236
}
237
238
func
(t *testTerminal) ResetOutput() {
239
t.stdout.Reset()
240
}
241
242
func
(t *testTerminal) Stdio() terminal.Stdio {
243
t.stdout = &teeWriter{File: t.tty}
Callers
3
Test_GhEditor_Prompt_skip
Function · 0.80
Test_GhEditor_Prompt_editorAppend
Function · 0.80
Test_GhEditor_Prompt_editorTruncate
Function · 0.80
Calls
1
Reset
Method · 0.45
Tested by
no test coverage detected