()
| 1461 | } |
| 1462 | |
| 1463 | export function resetSdkInitState(): void { |
| 1464 | STATE.initJsonSchema = null |
| 1465 | STATE.registeredHooks = null |
| 1466 | } |
| 1467 | |
| 1468 | export function getPlanSlugCache(): Map<string, string> { |
| 1469 | return STATE.planSlugCache |
no outgoing calls
no test coverage detected