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

Method with_modified

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

Source from the content-addressed store, hash-verified

485 /// Set the modified files list.
486 #[must_use]
487 pub fn with_modified(mut self, files: Vec<PathBuf>) -> Self {
488 self.modified = files;
489 self
490 }
491
492 /// Set the added files list.
493 #[must_use]

Calls

no outgoing calls