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

Method with_deleted

atomic-agent/src/event.rs:501–504  ·  view source on GitHub ↗
(mut self, files: Vec<PathBuf>)

Source from the content-addressed store, hash-verified

499 /// Set the deleted files list.
500 #[must_use]
501 pub fn with_deleted(mut self, files: Vec<PathBuf>) -> Self {
502 self.deleted = files;
503 self
504 }
505
506 /// Set the timestamp.
507 #[must_use]

Calls

no outgoing calls