Function fastax::make_lineages

source ·
pub fn make_lineages(
    db: &DB,
    nodes: &[Node]
) -> Result<Vec<Vec<Node>>, Box<dyn Error>>
Expand description

Make the lineage for each of the given nodes.