Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ skip_binary
Method
skip_binary
atomic-core/src/record/workflow/record/options.rs:178–181 ·
view source on GitHub ↗
(mut self, skip: bool)
Source
from the content-addressed store, hash-verified
176
/// ```
177
#[must_use]
178
pub fn skip_binary(mut self, skip: bool) -> Self {
179
self.skip_binary = skip;
180
self
181
}
182
183
/// Set whether to record empty files.
184
///
Callers
4
test_options_skip_binary
Function · 0.45
test_options_builder_chain
Function · 0.45
test_record_added_file_binary_skip
Function · 0.45
test_record_added_file_binary_allowed
Function · 0.45
Calls
no outgoing calls
Tested by
4
test_options_skip_binary
Function · 0.36
test_options_builder_chain
Function · 0.36
test_record_added_file_binary_skip
Function · 0.36
test_record_added_file_binary_allowed
Function · 0.36