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

Method modified_time

atomic-core/src/output/traits.rs:576–578  ·  view source on GitHub ↗
(&self, _path: &str)

Source from the content-addressed store, hash-verified

574 }
575
576 fn modified_time(&self, _path: &str) -> Result<SystemTime, Self::Error> {
577 Ok(SystemTime::UNIX_EPOCH)
578 }
579
580 fn walk_files(&self, _prefix: &str) -> Result<Vec<String>, Self::Error> {
581 Ok(Vec::new())

Callers 4

collect_working_filesFunction · 0.45
collect_working_pathsFunction · 0.45
get_working_fileFunction · 0.45
test_sink_modified_timeFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_sink_modified_timeFunction · 0.36