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

Function prefix_none

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

Source from the content-addressed store, hash-verified

566
567 #[test]
568 fn prefix_none() {
569 let id = TimerangePrefix::new(Some("NONE"), valid_date());
570 assert_eq!(id.format("a"), "a");
571 }
572
573 #[test]
574 fn start_year() {

Callers

nothing calls this directly

Calls 1

valid_dateFunction · 0.85

Tested by

no test coverage detected