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:185–188 ·
view source on GitHub ↗
(mut self, record: bool)
Source
from the content-addressed store, hash-verified
183
/// ```
184
#[must_use]
185
pub fn record_empty_files(mut self, record: bool) -> Self {
186
self.record_empty_files = record;
187
self
188
}
189
190
/// Set the number of context lines.
191
///
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