MCPcopy Create free account
hub / github.com/apache/maka / push

Method push

packages/runtime/src/tool-runtime.ts:98–98  ·  view source on GitHub ↗
(event: SessionEvent)

Source from the content-addressed store, hash-verified

96
97export interface DurableSessionEventSink {
98 push(event: SessionEvent): void;
99 pushAndWaitUntilConsumed(event: SessionEvent): Promise<void>;
100}
101

Callers 15

executeCodeCellImplFunction · 0.65
code-mode.test.tsFile · 0.65
callToolFunction · 0.65
runtimeProbeDetailFunction · 0.65
parseUnifiedDiffRowsFunction · 0.65
pickDailyReviewSessionsFunction · 0.65
scanSegmentsFunction · 0.65
categorizeBashFunction · 0.65
groupModelCallAttemptsFunction · 0.65

Implementers 1

AsyncEventQueuepackages/runtime/src/async-queue.ts

Calls

no outgoing calls

Tested by 15

callToolFunction · 0.52
tempRootFunction · 0.52
withTempRootFunction · 0.52
execFunction · 0.52
temporaryRootFunction · 0.52
failpointFunction · 0.52
temporaryRootFunction · 0.52
temporaryRootFunction · 0.52
executeFunction · 0.52
withTempRootFunction · 0.52
executeFunction · 0.52