MCPcopy 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_prefixFunction · 0.45
test_builder_chainingFunction · 0.45
test_cloneFunction · 0.45
test_debugFunction · 0.45

Calls

no outgoing calls

Tested by 6

test_builder_prefixFunction · 0.36
test_builder_chainingFunction · 0.36
test_cloneFunction · 0.36
test_debugFunction · 0.36