Function add_parent

Source
pub fn add_parent(
    tree: &mut Tree,
    child: NodeId,
    parent: Node,
) -> (NodeId, EdgeId)