MCPcopy
hub / github.com/7836246/cursor2api / push

Method push

src/streaming-text.ts:25–25  ·  view source on GitHub ↗
(chunk: string)

Source from the content-addressed store, hash-verified

23
24export interface IncrementalTextStreamer {
25 push(chunk: string): string;
26 finish(): string;
27 hasUnlocked(): boolean;
28 hasSentText(): boolean;

Callers 15

connectSSEFunction · 0.80
renderSCardFunction · 0.80
loadMoreRequestsFunction · 0.80
addLogFunction · 0.80
runMultiTurnFunction · 0.80
e2e-prompt-ab.mjsFile · 0.80
e2e-ctf-bypass.mjsFile · 0.80
tolerantParseFunction · 0.80
parseToolCallsWithFixFunction · 0.80
mockExecFunction · 0.80
runMultiTurnFunction · 0.80
e2e-prompt-ab2.mjsFile · 0.80

Calls

no outgoing calls

Tested by 2

testFunction · 0.64
testFunction · 0.64