MCPcopy Index your code
hub / github.com/cli/cli / Output

Method Output

pkg/surveyext/editor_test.go:234–236  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

232}
233
234func (t *testTerminal) Output() string {
235 return t.stdout.String()
236}
237
238func (t *testTerminal) ResetOutput() {
239 t.stdout.Reset()

Callers

nothing calls this directly

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected