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

Class

cbor/byte_encoder_stream.ts:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 * ```
38 */
39export class CborByteEncoderStream
40 implements TransformStream<Uint8Array, Uint8Array> {
41 #readable: ReadableStream<Uint8Array>;
42 #writable: WritableStream<Uint8Array>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected