(value: boolean)
| 1383 | } |
| 1384 | |
| 1385 | export function setNeedsAutoModeExitAttachment(value: boolean): void { |
| 1386 | STATE.needsAutoModeExitAttachment = value |
| 1387 | } |
| 1388 | |
| 1389 | export function handleAutoModeTransition( |
| 1390 | fromMode: string, |
no outgoing calls
no test coverage detected