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

Method record_empty_files

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

Source from the content-addressed store, hash-verified

196 /// ```
197 #[must_use]
198 pub fn record_empty_files(mut self, record: bool) -> Self {
199 self.record_empty_files = record;
200 self
201 }
202
203 /// Set the number of context lines.
204 ///

Calls

no outgoing calls