()
| 1470 | } |
| 1471 | |
| 1472 | export function getSessionCreatedTeams(): Set<string> { |
| 1473 | return STATE.sessionCreatedTeams |
| 1474 | } |
| 1475 | |
| 1476 | // Teleported session tracking for reliability logging |
| 1477 | export function setTeleportedSessionInfo(info: { |
no outgoing calls
no test coverage detected