()
| 1482 | } |
| 1483 | |
| 1484 | export function getPlanSlugCache(): Map<string, string> { |
| 1485 | return STATE.planSlugCache |
| 1486 | } |
| 1487 | |
| 1488 | export function getSessionCreatedTeams(): Set<string> { |
| 1489 | return STATE.sessionCreatedTeams |
no outgoing calls
no test coverage detected