Skip to main content

recompute_fabric

Function recompute_fabric 

Source
pub fn recompute_fabric(
    all_anchors: &[u64],
    lost: &[u64],
    out: &mut [u64],
) -> usize
Expand description

Re-compute the active anchor set from all_anchors, excluding any in lost, into out. Returns the count — the surviving fabric an identity is reconstructed from. Zero-heap.