MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / algorithm

Method algorithm

atomic-core/src/record/workflow/record/options.rs:104–107  ·  view source on GitHub ↗
(mut self, algorithm: Algorithm)

Source from the content-addressed store, hash-verified

102 /// ```
103 #[must_use]
104 pub fn algorithm(mut self, algorithm: Algorithm) -> Self {
105 self.algorithm = algorithm;
106 self
107 }
108
109 /// Set the default encoding.
110 ///

Callers 3

test_options_algorithmFunction · 0.45
test_options_cloneFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_options_algorithmFunction · 0.36
test_options_cloneFunction · 0.36