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

Method disposeBackend

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

Source from the content-addressed store, hash-verified

171 invalidateBackend(sessionId: string): Promise<void>;
172 invalidateCachedBackends(): Promise<void>;
173 disposeBackend(sessionId: string): Promise<void>;
174}
175
176export class SessionQuiescentMutationBusyError extends Error {

Callers 13

disposeSessionBackendMethod · 0.65
setCollaborationModeMethod · 0.65
requestPlanRevisionMethod · 0.65
abandonPlanProposalMethod · 0.65
approvePlanMethod · 0.65
resumePlanExecutionMethod · 0.65
cancelPlanExecutionMethod · 0.65
removeMethod · 0.65

Implementers 2

RuntimeKernelpackages/runtime/src/runtime-kernel.ts
DelegatingRuntimeKernelpackages/runtime/src/__tests__/session

Calls

no outgoing calls

Tested by 1

withHarnessFunction · 0.52