Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ with_prefix
Method
with_prefix
atomic-core/src/output/repo/options.rs:225–228 ·
view source on GitHub ↗
(mut self, prefix: &str)
Source
from the content-addressed store, hash-verified
223
/// ```
224
#[must_use]
225
pub fn with_prefix(mut self, prefix: &str) -> Self {
226
self.prefix = prefix.to_string();
227
self
228
}
229
230
/// Set whether to include deleted content.
231
///
Callers
6
test_builder_prefix
Function · 0.45
test_builder_chaining
Function · 0.45
test_matches_prefix_with_prefix
Function · 0.45
test_matches_prefix_exact_match
Function · 0.45
test_clone
Function · 0.45
test_debug
Function · 0.45
Calls
no outgoing calls
Tested by
6
test_builder_prefix
Function · 0.36
test_builder_chaining
Function · 0.36
test_matches_prefix_with_prefix
Function · 0.36
test_matches_prefix_exact_match
Function · 0.36
test_clone
Function · 0.36
test_debug
Function · 0.36