()
| 100 | } |
| 101 | |
| 102 | function getPathCache(): Map<string, string> { |
| 103 | if (!globalThis.__piSessionPathCache) globalThis.__piSessionPathCache = new Map(); |
| 104 | return globalThis.__piSessionPathCache; |
| 105 | } |
| 106 | |
| 107 | function getPathToIdCache(): Map<string, string> { |
| 108 | if (!globalThis.__piPathToSessionIdCache) globalThis.__piPathToSessionIdCache = new Map(); |
no outgoing calls
no test coverage detected