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

Method backendGenerationsFor

packages/runtime/src/runtime-kernel.ts:2556–2560  ·  view source on GitHub ↗
(sessionId: string)

Source from the content-addressed store, hash-verified

2554 }
2555
2556 private backendGenerationsFor(sessionId: string): BackendGeneration[] {
2557 return [...this.backendGenerations.values()].filter(
2558 (generation) => generation.sessionId === sessionId && generation.phase !== 'terminated',
2559 );
2560 }
2561
2562 /**
2563 * Track every request a session can park on until its settlement ack lands,

Callers 8

stopSessionAttemptMethod · 0.95
respondToUserQuestionMethod · 0.95
hasActiveRunsMethod · 0.95
runningTurnIdsMethod · 0.95
hasActiveRunMethod · 0.95
disposeBackendNowMethod · 0.95

Calls 1

valuesMethod · 0.80

Tested by

no test coverage detected