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

Method pushValue

packages/prompts/test/test-utils.ts:35–37  ·  view source on GitHub ↗
(val: unknown)

Source from the content-addressed store, hash-verified

33 }
34
35 pushValue(val: unknown): void {
36 this._buffer?.push(val);
37 }
38
39 close(): void {
40 this._buffer = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected