()
| 629 | * header prepend (the attachment does not fire). |
| 630 | */ |
| 631 | export function isDeferredToolsDeltaEnabled(): boolean { |
| 632 | return ( |
| 633 | isInternalBuild() || |
| 634 | getFeatureValue_CACHED_MAY_BE_STALE('ncode_glacier_2xr', false) |
| 635 | ) |
| 636 | } |
| 637 | |
| 638 | /** |
| 639 | * Diff the current deferred-tool pool against what's already been |
no test coverage detected