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

Method record_empty_files

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

Source from the content-addressed store, hash-verified

169 /// Set whether to record empty files.
170 #[must_use]
171 pub fn record_empty_files(mut self, record: bool) -> Self {
172 self.record_empty_files = record;
173 self
174 }
175
176 /// Set the number of context lines.
177 #[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