()
| 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'>> { |
no outgoing calls
no test coverage detected