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

Method with_modified

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

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls