MCPcopy
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
273func (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
280func normalizeANSI(t string) string {

Callers 1

ResetOutputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected