(cap: Capability)
| 45 | * directly or `isInternalBuild()` from `./static.js`. |
| 46 | */ |
| 47 | export function hasCapability(cap: Capability): boolean { |
| 48 | return getResolvedCapabilities().has(cap) |
| 49 | } |
| 50 | |
| 51 | /** |
| 52 | * Reset the cached capability set. Used in tests that mutate runtime auth state. |
nothing calls this directly
no test coverage detected