()
| 1527 | use super::*; |
| 1528 | |
| 1529 | fn date() -> Geotime { |
| 1530 | let ts = chrono::Utc.with_ymd_and_hms(1970, 1, 1, 0, 0, 1).unwrap(); |
| 1531 | Geotime::from(&ts) |
| 1532 | } |
| 1533 | |
| 1534 | fn change(topic: &RepoTopic, previous: Option<Timerange>) -> Change { |
| 1535 | let mut parent_topics = BTreeSet::new(); |
no outgoing calls