Skip to main content

build_entity_projection_with_config_limit

Function build_entity_projection_with_config_limit 

Source
fn build_entity_projection_with_config_limit(
    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,
    staging_limit: u64,
) -> Result<EntityProjection, CliError>
Expand description

Project entity/key facts with a caller-selected staging budget for proof seams.