MCPcopy
hub / github.com/SBoudrias/Inquirer.js / getFullOutput

Method getFullOutput

packages/testing/src/buffered-stream.ts:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 }
43
44 getFullOutput(): string {
45 return this.#fullOutput;
46 }
47
48 clear(): void {
49 this.#fullOutput = '';

Callers 1

renderFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected