Skip to main content

Module path_index

Module path_index 

Source
Expand description

Index by file path.

Maps file paths to the code unit IDs defined within each file. Building the index is O(n); lookup by path is O(1).

Structsยง

PathIndex
Index that maps file paths to code unit IDs.