(provider: RouterName)
| 68 | ]) |
| 69 | |
| 70 | function isAuthScopedProvider(provider: RouterName): boolean { |
| 71 | return AUTH_SCOPED_PROVIDERS.has(provider) |
| 72 | } |
| 73 | |
| 74 | // Memoize derived digests so the deliberately-structureless KDF runs at most once per |
| 75 | // distinct input per session (getCacheKey / cacheKeyToFilename run on every cache lookup). |
no test coverage detected