()
| 1343 | } |
| 1344 | |
| 1345 | export function isSessionPersistenceDisabled(): boolean { |
| 1346 | return STATE.sessionPersistenceDisabled |
| 1347 | } |
| 1348 | |
| 1349 | export function hasExitedPlanModeInSession(): boolean { |
| 1350 | return STATE.hasExitedPlanMode |
no outgoing calls
no test coverage detected