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

Method waitForBackendDisposal

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

Source from the content-addressed store, hash-verified

3139 }
3140
3141 private async waitForBackendDisposal(sessionId: string): Promise<void> {
3142 const invalidation = this.backendInvalidations.get(sessionId);
3143 if (!invalidation?.disposal) return;
3144 const outcome = await invalidation.outcome;
3145 if (!outcome.ok) throw invalidation.failure ?? outcome.error;
3146 }
3147
3148 private async clearBackendQuarantineForActivation(
3149 sessionId: string,

Callers 2

ensureActiveMethod · 0.95
ensureChildActiveMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected