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

Class

cbor/sequence_encoder_stream.ts:90–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 * ```
89 */
90export class CborSequenceEncoderStream
91 implements TransformStream<CborStreamInput, Uint8Array> {
92 #readable: ReadableStream<Uint8Array>;
93 #writable: WritableStream<CborStreamInput>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected