()
| 86 | * more implementation iterations), tool error rate |
| 87 | */ |
| 88 | export function getPewterLedgerVariant(): PewterLedgerVariant { |
| 89 | const raw = getFeatureValue_CACHED_MAY_BE_STALE<string | null>( |
| 90 | 'tengu_pewter_ledger', |
| 91 | null, |
| 92 | ) |
| 93 | if (raw === 'trim' || raw === 'cut' || raw === 'cap') return raw |
| 94 | return null |
| 95 | } |
| 96 |
no test coverage detected