MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getPewterLedgerVariant

Function getPewterLedgerVariant

src/utils/planModeV2.ts:88–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 * more implementation iterations), tool error rate
87 */
88export 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

Callers 2

getPlanPhase4SectionFunction · 0.85

Tested by

no test coverage detected