Function fastax::get_lca

source ·
pub fn get_lca(
    db: &DB,
    node1: &Node,
    node2: &Node
) -> Result<Node, Box<dyn Error>>
Expand description

Get the Last Common Ancestor (LCA) of node1 and node2.