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

Method requirePlanStore

packages/runtime/src/session-manager.ts:5309–5312  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5307 }
5308
5309 private requirePlanStore(): PlanStore {
5310 if (!this.deps.planStore) throw new Error('Plan Mode is unavailable on this surface');
5311 return this.deps.planStore;
5312 }
5313
5314 private requireSessionConfigurationStore(): SessionStore &
5315 Required<Pick<SessionStore, 'readHeaderRecordSnapshot' | 'updateSessionConfiguration'>> {

Callers 9

getPlanStateMethod · 0.95
setCollaborationModeMethod · 0.95
requestPlanRevisionMethod · 0.95
abandonPlanProposalMethod · 0.95
approvePlanMethod · 0.95
resumePlanExecutionMethod · 0.95
cancelPlanExecutionMethod · 0.95
isPlanOperationReplayMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected