Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ algorithm
Method
algorithm
atomic-core/src/record/workflow/detect/mod.rs:146–149 ·
view source on GitHub ↗
(mut self, algorithm: Algorithm)
Source
from the content-addressed store, hash-verified
144
/// ```
145
#[must_use]
146
pub fn algorithm(mut self, algorithm: Algorithm) -> Self {
147
self.algorithm = algorithm;
148
self
149
}
150
151
/// Set whether to check modification time.
152
///
Callers
2
test_options_algorithm
Function · 0.45
test_options_builder_chain
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_options_algorithm
Function · 0.36
test_options_builder_chain
Function · 0.36