duplication
Identify near-duplicate function pairs by normalized line shingles and containment percent. Use before a refactor to fold twins together instead of fixing only one copy.
Instructions
Near-duplicate function pairs by normalized line shingles, with the containment percent. Use it before a refactor so twins get folded together instead of one copy getting fixed alone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | path to the scored repo's root (default: the repo the server was started in) | |
| similarity | No | containment threshold, shared over smaller, 0 to 1 (default 0.8) |