MCPcopy Index your code
hub / github.com/callstack/agent-device / createReplayTestReporterStream

Function createReplayTestReporterStream

src/replay/test/reporting.ts:85–91  ·  view source on GitHub ↗
(stream: ReporterWritableStream)

Source from the content-addressed store, hash-verified

83}
84
85function createReplayTestReporterStream(stream: ReporterWritableStream): ReplayTestReporterStream {
86 return {
87 isTTY: stream.isTTY === true,
88 columns: stream.columns,
89 write: (text) => stream.write(text),
90 };
91}

Callers 1

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected