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

Method record_empty_files

atomic-core/src/record/workflow/record/options.rs:185–188  ·  view source on GitHub ↗
(mut self, record: bool)

Source from the content-addressed store, hash-verified

183 /// ```
184 #[must_use]
185 pub fn record_empty_files(mut self, record: bool) -> Self {
186 self.record_empty_files = record;
187 self
188 }
189
190 /// Set the number of context lines.
191 ///

Calls

no outgoing calls