Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bombshell-dev/clack
/
Class
packages/core/test/mock-writable.ts:3–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ Writable } from
'node:stream'
;
2
3
export
class
MockWritable extends Writable {
4
public buffer: string[] = [];
5
6
_write(
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected