()
| 1440 | } |
| 1441 | |
| 1442 | export function getPlanSlugCache(): Map<string, string> { |
| 1443 | return STATE.planSlugCache |
| 1444 | } |
| 1445 | |
| 1446 | export function setPlanSlugCacheEntry(sessionId: string, slug: string): void { |
| 1447 | if (STATE.planSlugCache.size >= 50) { |
no outgoing calls
no test coverage detected