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

Method with_mtime

atomic-core/src/record/workflow/collect.rs:204–207  ·  view source on GitHub ↗

Set the modification time.

(mut self, mtime: SystemTime)

Source from the content-addressed store, hash-verified

202
203 /// Set the modification time.
204 pub fn with_mtime(mut self, mtime: SystemTime) -> Self {
205 self.mtime = Some(mtime);
206 self
207 }
208}
209
210// COLLECTION RESULT

Callers 5

collect_working_filesFunction · 0.45
collect_working_pathsFunction · 0.45
get_working_fileFunction · 0.45

Calls

no outgoing calls

Tested by 2