MCPcopy Create free account
hub / github.com/denoland/std /

Class

streams/unstable_fixed_chunk_stream.ts:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 * ```
31 */
32export class FixedChunkStream extends TransformStream<Uint8Array, Uint8Array> {
33 /**
34 * Constructs a new instance.
35 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected