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

Method record_empty_files

atomic-repository/src/record/options.rs:163–166  ·  view source on GitHub ↗
(mut self, record: bool)

Source from the content-addressed store, hash-verified

161 /// Set whether to record empty files.
162 #[must_use]
163 pub fn record_empty_files(mut self, record: bool) -> Self {
164 self.record_empty_files = record;
165 self
166 }
167
168 /// Set the number of context lines.
169 #[must_use]

Callers 3

to_core_optionsMethod · 0.45
test_empty_fileFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_empty_fileFunction · 0.36