Expand description
Covering set computation for targeted code selection.
This module provides functionality to compute minimal covering sets of files needed to understand a specific code entity (function, class, module, etc.). It integrates AST parsing, dependency graph traversal, and intelligent selection.
Structs§
- Covering
SetComputer - Computes covering sets for targeted code selection
- Covering
SetFile - Information about a file in the covering set
- Covering
SetOptions - Options for covering set computation
- Covering
SetResult - Result of covering set computation
- Covering
SetStatistics - Statistics about the covering set computation
- Line
Range - Line range information
Enums§
- Inclusion
Reason - Reason a file was included in the covering set