(value: boolean)
| 1359 | } |
| 1360 | |
| 1361 | export function setNeedsPlanModeExitAttachment(value: boolean): void { |
| 1362 | STATE.needsPlanModeExitAttachment = value |
| 1363 | } |
| 1364 | |
| 1365 | export function handlePlanModeTransition( |
| 1366 | fromMode: string, |
no outgoing calls
no test coverage detected