MCPcopy 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_algorithmFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_options_algorithmFunction · 0.36