Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bombshell-dev/clack
/ pushValue
Method
pushValue
packages/core/test/mock-readable.ts:19–21 ·
view source on GitHub ↗
(val: unknown)
Source
from the content-addressed store, hash-verified
17
}
18
19
pushValue(val: unknown): void {
20
this._buffer?.push(val);
21
}
22
23
close(): void {
24
this._buffer = null;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected