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

Class

cbor/map_encoder_stream.ts:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 * ```
40 */
41export class CborMapEncoderStream
42 implements TransformStream<CborMapStreamInput, Uint8Array> {
43 #readable: ReadableStream<Uint8Array>;
44 #writable: WritableStream<CborMapStreamInput>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected