Module covering_set

Module covering_set 

Source
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§

CoveringSetComputer
Computes covering sets for targeted code selection
CoveringSetFile
Information about a file in the covering set
CoveringSetOptions
Options for covering set computation
CoveringSetResult
Result of covering set computation
CoveringSetStatistics
Statistics about the covering set computation
LineRange
Line range information

Enums§

InclusionReason
Reason a file was included in the covering set