MCPcopy Create free account
hub / github.com/RtlZeroMemory/Rezi /

Class

packages/bench/src/backends.ts:172–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170 * Has `columns`/`rows` properties so terminal renderers treat it as a real terminal.
171 */
172export class MeasuringStream extends Writable {
173 writeCount = 0;
174 totalBytes = 0;
175 readonly writeTimes: number[] = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected