Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ include_unchanged
Method
include_unchanged
atomic-core/src/record/workflow/detect/mod.rs:194–197 ·
view source on GitHub ↗
(mut self, include: bool)
Source
from the content-addressed store, hash-verified
192
/// ```
193
#[must_use]
194
pub fn include_unchanged(mut self, include: bool) -> Self {
195
self.include_unchanged = include;
196
self
197
}
198
199
/// Set the maximum file size to diff.
200
///
Callers
5
test_options_include_unchanged
Function · 0.80
test_options_builder_chain
Function · 0.80
test_detect_simple_unchanged_included
Function · 0.80
test_detect_simple_unchanged_not_included
Function · 0.80
test_detect_simple_mixed_changes
Function · 0.80
Calls
no outgoing calls
Tested by
5
test_options_include_unchanged
Function · 0.64
test_options_builder_chain
Function · 0.64
test_detect_simple_unchanged_included
Function · 0.64
test_detect_simple_unchanged_not_included
Function · 0.64
test_detect_simple_mixed_changes
Function · 0.64