(value: boolean)
| 1367 | } |
| 1368 | |
| 1369 | export function setNeedsAutoModeExitAttachment(value: boolean): void { |
| 1370 | STATE.needsAutoModeExitAttachment = value |
| 1371 | } |
| 1372 | |
| 1373 | export function handleAutoModeTransition( |
| 1374 | fromMode: string, |
no outgoing calls
no test coverage detected