Skip to main content

group_timeline

Function group_timeline 

Source
pub fn group_timeline(
    points: Vec<DocDiffTimelinePoint>,
    now: DateTime<Local>,
) -> Vec<TimelineBucket>
Expand description

Group points into ordered buckets by label, preserving first-seen order.