fn build_entity_projection_with_config(
project: ProjectInstanceId,
generation: IndexGeneration,
nodes: &[Node],
graphs: &[impl Borrow<SymbolGraph>],
packages: &PackageIndex,
configured_modules: &ConfiguredModuleResolution,
admitted_projections: Option<&mut BTreeMap<String, ResolutionKeyProjection>>,
include_project: bool,
control: &IndexWorkControl,
) -> Result<EntityProjection, CliError>Expand description
Project entity/key facts with one shared configured-module snapshot.