pub fn build_lineage(records: &[ExperimentRecord], id: &str) -> Option<Lineage>Expand description
Walk parents up and children down from id.
A parent cycle (only reachable from a hand-edited journal) stops the upward walk instead of hanging.
pub fn build_lineage(records: &[ExperimentRecord], id: &str) -> Option<Lineage>Walk parents up and children down from id.
A parent cycle (only reachable from a hand-edited journal) stops the upward walk instead of hanging.