Expand description
Classpath pipeline orchestration.
Coordinates the full classpath analysis pipeline: detect → resolve → scan/cache → build index → emit graph nodes.
This module is the single integration point called from the CLI when the
jvm-classpath feature is enabled.
Structs§
- Classpath
Config - Configuration for the classpath pipeline.
- Classpath
Pipeline Result - Result of the classpath pipeline.
Enums§
- Classpath
Depth - Depth of classpath analysis.
Functions§
- run_
classpath_ pipeline - Run the full classpath pipeline: detect → resolve → scan/cache → build index.