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

Class

cbor/sequence_decoder_stream.ts:120–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 * ```
119 */
120export class CborSequenceDecoderStream
121 implements TransformStream<Uint8Array, CborStreamOutput> {
122 #source: ReadableStreamBYOBReader;
123 #readable: ReadableStream<CborStreamOutput>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected