Function solana_core::repair_weighted_traversal::get_best_repair_shreds[][src]

pub fn get_best_repair_shreds<'a>(
    tree: &HeaviestSubtreeForkChoice,
    blockstore: &Blockstore,
    repairs: &mut Vec<RepairType>,
    max_new_shreds: usize,
    ignore_slots: &impl Contains<'a, Slot>
)