| 1 | import { describe, it, expect } from 'vitest'; |
| 2 | import { normalizeBody, codeTokens, findSimilarHelpers, formatHelperClusters, proposeParameterizedHelper, formatParamProposal, type FunctionUnit } from '../src/codegraph/helper-extract.ts'; |
| 3 | |
| 4 | // Two helpers copy-pasted then tweaked: different name, different constant — NEAR, not exact. |
nothing calls this directly
no test coverage detected