()
| 17 | * controls code inclusion in external builds; the GB flag controls rollout. |
| 18 | */ |
| 19 | export function isUltrathinkEnabled(): boolean { |
| 20 | if (!feature('ULTRATHINK')) { |
| 21 | return false |
| 22 | } |
| 23 | return getFeatureValue_CACHED_MAY_BE_STALE('tengu_turtle_carbon', true) |
| 24 | } |
| 25 | |
| 26 | /** |
| 27 | * Check if text contains the "ultrathink" keyword. |
no test coverage detected