()
| 34 | } |
| 35 | |
| 36 | export function getTimeBasedMCConfig(): TimeBasedMCConfig { |
| 37 | // Hoist the GB read so exposure fires on every eval path, not just when |
| 38 | // the caller's other conditions (querySource, messages.length) pass. |
| 39 | return getFeatureValue_CACHED_MAY_BE_STALE<TimeBasedMCConfig>( |
| 40 | 'tengu_slate_heron', |
| 41 | TIME_BASED_MC_CONFIG_DEFAULTS, |
| 42 | ) |
| 43 | } |
| 44 |
no test coverage detected