module_quality
Automatically compare non-trivial function definitions in C++ module interface files against their corresponding .cpp implementation units to ensure full coverage and identify missing or incomplete implementations.
Instructions
Use clangd AST to find non-trivial definitions in module interfaces and verify matching .cpp implementation units.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | ||
| concurrency | No | ||
| minBodyLines | No | ||
| minStatements | No |