LCOV - code coverage report | ||||||||||||||||||||||
|
||||||||||||||||||||||
Line data Source code 1 : use std::collections::HashSet; 2 : 3 : use utils::id::TimelineId; 4 : 5 0 : #[derive(Debug, Default, PartialEq, serde::Serialize, serde::Deserialize)] 6 : pub struct AncestorDetached { 7 : pub reparented_timelines: HashSet<TimelineId>, 8 : } |
Generated by: LCOV version 2.1-beta |