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

Interface DurableSessionEventSink

packages/runtime/src/tool-runtime.ts:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97export interface DurableSessionEventSink {
98 push(event: SessionEvent): void;
99 pushAndWaitUntilConsumed(event: SessionEvent): Promise<void>;
100}
101
102export interface ToolSettlement {
103 result: unknown;

Callers 12

executeCodeCellImplFunction · 0.65
code-mode.test.tsFile · 0.65
callToolFunction · 0.65
runtimeProbeDetailFunction · 0.65
parseUnifiedDiffRowsFunction · 0.65
pickDailyReviewSessionsFunction · 0.65
scanSegmentsFunction · 0.65
executeCodeModeCellMethod · 0.65
drainSteeringIntoMethod · 0.65

Implementers 1

AsyncEventQueuepackages/runtime/src/async-queue.ts

Calls

no outgoing calls

Tested by

no test coverage detected