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

Method with_remote

atomic-cli/src/commands/pull/command.rs:196–199  ·  view source on GitHub ↗

Builder: set the remote name or URL.

(mut self, remote: impl Into<String>)

Source from the content-addressed store, hash-verified

194
195 /// Builder: set the remote name or URL.
196 pub fn with_remote(mut self, remote: impl Into<String>) -> Self {
197 self.remote = Some(remote.into());
198 self
199 }
200
201 /// Builder: set the local view to pull into.
202 pub fn with_to_view(mut self, view: impl Into<String>) -> Self {

Callers 4

test_pull_with_remoteFunction · 0.45
test_pull_builder_chainFunction · 0.45
test_pull_cloneFunction · 0.45

Calls

no outgoing calls

Tested by 4

test_pull_with_remoteFunction · 0.36
test_pull_builder_chainFunction · 0.36
test_pull_cloneFunction · 0.36