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

Function start_year

backend/src/types.rs:574–577  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

572
573 #[test]
574 fn start_year() {
575 let id = TimerangePrefix::new(Some("START_YEAR"), valid_date());
576 assert_eq!(id.format("a"), "2000 a");
577 }
578
579 #[test]
580 fn start_year_month() {

Callers

nothing calls this directly

Calls 1

valid_dateFunction · 0.85

Tested by

no test coverage detected