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

Method salt

atomic-core/src/output/repo/options.rs:303–306  ·  view source on GitHub ↗
(mut self, salt: u64)

Source from the content-addressed store, hash-verified

301 /// ```
302 #[must_use]
303 pub fn salt(mut self, salt: u64) -> Self {
304 self.salt = salt;
305 self
306 }
307
308 /// Check if a path matches the prefix filter.
309 ///

Callers 3

test_builder_saltFunction · 0.45
test_builder_chainingFunction · 0.45
test_cloneFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_builder_saltFunction · 0.36
test_builder_chainingFunction · 0.36
test_cloneFunction · 0.36