MCPcopy Create free account
hub / github.com/bombshell-dev/clack /

Class

packages/core/test/mock-readable.ts:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Readable } from 'node:stream';
2
3export class MockReadable extends Readable {
4 protected _buffer: unknown[] | null = [];
5
6 _read() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected