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

Method with_added

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

Source from the content-addressed store, hash-verified

492 /// Set the added files list.
493 #[must_use]
494 pub fn with_added(mut self, files: Vec<PathBuf>) -> Self {
495 self.added = files;
496 self
497 }
498
499 /// Set the deleted files list.
500 #[must_use]

Calls

no outgoing calls