Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ algorithm
Method
algorithm
atomic-core/src/record/workflow/record/options.rs:117–120 ·
view source on GitHub ↗
(mut self, algorithm: Algorithm)
Source
from the content-addressed store, hash-verified
115
/// ```
116
#[must_use]
117
pub fn algorithm(mut self, algorithm: Algorithm) -> Self {
118
self.algorithm = algorithm;
119
self
120
}
121
122
/// Set the default encoding.
123
///
Callers
3
test_options_algorithm
Function · 0.45
test_options_builder_chain
Function · 0.45
test_options_clone
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_options_algorithm
Function · 0.36
test_options_builder_chain
Function · 0.36
test_options_clone
Function · 0.36