Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
///
Callers
4
test_options_record_empty_files
Function · 0.45
test_options_builder_chain
Function · 0.45
test_record_added_file_skip_empty
Function · 0.45
test_record_added_empty_file_crdt
Function · 0.45
Calls
no outgoing calls
Tested by
4
test_options_record_empty_files
Function · 0.36
test_options_builder_chain
Function · 0.36
test_record_added_file_skip_empty
Function · 0.36
test_record_added_empty_file_crdt
Function · 0.36