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

Method runBackendActivation

packages/runtime/src/runtime-kernel.ts:425–427  ·  view source on GitHub ↗
(operation: () => Promise<T> | T)

Source from the content-addressed store, hash-verified

423 }
424
425 private async runBackendActivation<T>(operation: () => Promise<T> | T): Promise<T> {
426 return await (this.deps.runBackendActivation?.(operation) ?? operation());
427 }
428
429 claimExecution(sessionId: string): RuntimeExecutionClaim {
430 if (this.stopIntents.has(sessionId)) {

Callers 4

compactSessionClaimedMethod · 0.95
runAgentTurnMethod · 0.95
runAgentContinuationMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected