Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cli/cli
/ Reset
Method
Reset
pkg/surveyext/editor_test.go:273–277 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
271
}
272
273
func
(f *teeWriter) Reset() {
274
f.mu.Lock()
275
f.buf.Reset()
276
f.mu.Unlock()
277
}
278
279
// strips some ANSI escape sequences that we do not want tests to be concerned with
280
func
normalizeANSI(t string) string {
Callers
1
ResetOutput
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected