Function collect_aleo_paths

Source
pub fn collect_aleo_paths(package: &Package) -> Vec<PathBuf>
Expand description

Collects paths to .aleo files that are external (non-local) dependencies.

Scans the package’s imports directory and filters out files that match the names of local source-based dependencies. Only retains .aleo files corresponding to true external dependencies.

§Arguments

  • package - Reference to the package whose imports are being examined.

§Returns

A vector of paths to .aleo files not associated with local source dependencies.