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

Method with_added

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

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls