MCPcopy Index your code
hub / github.com/emwalker/digraph / date

Function date

backend/src/git/activity.rs:1529–1532  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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();

Callers 2

simple_caseFunction · 0.85
parent_topicsFunction · 0.85

Calls

no outgoing calls

Tested by 2

simple_caseFunction · 0.68
parent_topicsFunction · 0.68