MCPcopy
hub / github.com/plasma-umass/browsix / NamedStream

Interface NamedStream

src/bin/sha1sum.ts:364–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362};
363
364interface NamedStream {
365 name: string;
366 stream: NodeJS.ReadableStream
367}
368
369function concat(inputs: NamedStream[], output: NodeJS.WritableStream, code: number): void {
370 'use strict';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected