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

Method getPlanState

packages/runtime/src/session-manager.ts:1829–1831  ·  view source on GitHub ↗
(sessionId: string)

Source from the content-addressed store, hash-verified

1827 }
1828
1829 async getPlanState(sessionId: string): Promise<PlanSessionState> {
1830 return this.requirePlanStore().readState(sessionId);
1831 }
1832
1833 hasPlanAuthority(): boolean {
1834 return this.deps.planStore !== undefined;

Callers

nothing calls this directly

Calls 2

requirePlanStoreMethod · 0.95
readStateMethod · 0.65

Tested by

no test coverage detected