MCPcopy Create free account
hub / github.com/emwalker/digraph / timerange_epoch

Function timerange_epoch

backend/src/git/testing.rs:11–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9use crate::{prelude::*, types::sha256_base64};
10
11pub fn timerange_epoch() -> Geotime {
12 use chrono::TimeZone;
13 let dt = chrono::Utc.with_ymd_and_hms(1970, 1, 1, 0, 0, 0).unwrap();
14 Geotime::from(&dt)
15}
16
17pub fn topic(name: &str) -> RepoTopic {
18 let added = chrono::Utc::now();

Callers 1

topic_display_nameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected