Skip to main content

select_candidates

Function select_candidates 

Source
pub fn select_candidates(
    project_config: Option<&ProjectConfig>,
    project: Option<&MatchedProject>,
    modules: &[MatchedModule],
    scenes: &[MatchedScene],
    notes: &[Note],
    input: &RouteInput,
    limit: usize,
) -> Vec<CandidateNote>