Skip to main content

Module pipeline

Module pipeline 

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

ClasspathConfig
Configuration for the classpath pipeline.
ClasspathPipelineResult
Result of the classpath pipeline.

Enums§

ClasspathDepth
Depth of classpath analysis.

Functions§

run_classpath_pipeline
Run the full classpath pipeline: detect → resolve → scan/cache → build index.