pub fn prepare_full_index_plan(
registration: CodeRepositoryRegistration,
selector: CodeRepositorySelector,
resource_budget: CodeIndexResourceBudget,
) -> Result<CodeIndexPlan, CodeIndexError>Expand description
Prepares a full repository index as a bounded, checkpointable batch plan.