MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / test_sink_modified_time

Function test_sink_modified_time

atomic-core/src/output/traits.rs:857–861  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

855
856 #[test]
857 fn test_sink_modified_time() {
858 let sink = Sink::new();
859 let time = sink.modified_time("/any/path").unwrap();
860 assert_eq!(time, SystemTime::UNIX_EPOCH);
861 }
862
863 #[test]
864 fn test_sink_exists() {

Callers

nothing calls this directly

Calls 2

unwrapMethod · 0.45
modified_timeMethod · 0.45

Tested by

no test coverage detected