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

Method readState

packages/core/src/plan.ts:326–326  ·  view source on GitHub ↗
(sessionId: string)

Source from the content-addressed store, hash-verified

324
325export interface PlanStore {
326 readState(sessionId: string): Promise<PlanSessionState>;
327 readOperationReceipt(
328 sessionId: string,
329 operationId: string,

Implementers 1

SqlitePlanStoreImplpackages/storage/src/plan-store.ts

Calls

no outgoing calls

Tested by

no test coverage detected