()
| 1466 | } |
| 1467 | |
| 1468 | export function getPlanSlugCache(): Map<string, string> { |
| 1469 | return STATE.planSlugCache |
| 1470 | } |
| 1471 | |
| 1472 | export function getSessionCreatedTeams(): Set<string> { |
| 1473 | return STATE.sessionCreatedTeams |
no outgoing calls
no test coverage detected