Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_salt
Function · 0.45
test_builder_chaining
Function · 0.45
test_clone
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_builder_salt
Function · 0.36
test_builder_chaining
Function · 0.36
test_clone
Function · 0.36