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

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