(sessionId: string)
| 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; |
nothing calls this directly
no test coverage detected