Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ force_rediff
Method
force_rediff
atomic-core/src/record/workflow/detect/mod.rs:226–229 ·
view source on GitHub ↗
(mut self, force: bool)
Source
from the content-addressed store, hash-verified
224
/// ```
225
#[must_use]
226
pub fn force_rediff(mut self, force: bool) -> Self {
227
self.force_rediff = force;
228
self
229
}
230
231
/// Get the prefix setting.
232
#[must_use]
Callers
2
test_options_force_rediff
Function · 0.45
test_options_builder_chain
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_options_force_rediff
Function · 0.36
test_options_builder_chain
Function · 0.36