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

Method with_deleted

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

Source from the content-addressed store, hash-verified

507 /// Set the deleted files list.
508 #[must_use]
509 pub fn with_deleted(mut self, files: Vec<PathBuf>) -> Self {
510 self.deleted = files;
511 self
512 }
513
514 /// Set the timestamp.
515 #[must_use]

Calls

no outgoing calls