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

Method include_unchanged

atomic-core/src/record/workflow/detect/mod.rs:194–197  ·  view source on GitHub ↗
(mut self, include: bool)

Source from the content-addressed store, hash-verified

192 /// ```
193 #[must_use]
194 pub fn include_unchanged(mut self, include: bool) -> Self {
195 self.include_unchanged = include;
196 self
197 }
198
199 /// Set the maximum file size to diff.
200 ///

Calls

no outgoing calls