(value: boolean)
| 1343 | } |
| 1344 | |
| 1345 | export function setNeedsPlanModeExitAttachment(value: boolean): void { |
| 1346 | STATE.needsPlanModeExitAttachment = value |
| 1347 | } |
| 1348 | |
| 1349 | export function handlePlanModeTransition( |
| 1350 | fromMode: string, |
no outgoing calls
no test coverage detected