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

Method record_empty_files

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

Source from the content-addressed store, hash-verified

176 /// Set whether to record empty files.
177 #[must_use]
178 pub fn record_empty_files(mut self, record: bool) -> Self {
179 self.record_empty_files = record;
180 self
181 }
182
183 /// Set the number of context lines.
184 #[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