()
| 49 | * Default false; GrowthBook 5-min refresh. |
| 50 | */ |
| 51 | export function isChannelsEnabled(): boolean { |
| 52 | return getFeatureValue_CACHED_MAY_BE_STALE('tengu_harbor', false) |
| 53 | } |
| 54 | |
| 55 | /** |
| 56 | * Pure allowlist check keyed off the connection's pluginSource — for UI |
no test coverage detected