Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
325
export
interface
PlanStore {
326
readState(sessionId: string): Promise<PlanSessionState>;
327
readOperationReceipt(
328
sessionId: string,
329
operationId: string,
Callers
10
createWriterFacade
Function · 0.65
sqlite-workflow-store.test.ts
File · 0.65
getPlanState
Method · 0.65
setCollaborationMode
Method · 0.65
cancelPlanExecution
Method · 0.65
interruptActivePlanExecution
Method · 0.65
assertCollaborationTransition
Method · 0.65
createInteractiveRunComposerFactory
Function · 0.65
createExecutionRuntimeHostComposition
Function · 0.65
#query
Method · 0.65
Implementers
1
SqlitePlanStoreImpl
packages/storage/src/plan-store.ts
Calls
no outgoing calls
Tested by
no test coverage detected