pub fn configure_pcx_all_sources_with_status(
pcx: &mut ParsingContext<'_>,
config: &Config,
project: Option<&Project>,
target_paths: Option<&[PathBuf]>,
) -> Result<SolarSourceStatus>Expand description
Configures a Solar parsing context with all Solar-compatible project sources and reports whether unsupported sources were skipped.