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

Method with_remote

atomic-cli/src/commands/push/command.rs:164–167  ·  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

162
163 /// Builder: set the remote name or URL.
164 pub fn with_remote(mut self, remote: impl Into<String>) -> Self {
165 self.remote = Some(remote.into());
166 self
167 }
168
169 /// Builder: set the remote view to push to.
170 pub fn with_to_view(mut self, view: impl Into<String>) -> Self {

Callers 5

test_push_with_remoteFunction · 0.45
test_push_builder_chainFunction · 0.45
test_push_cloneFunction · 0.45
test_push_debugFunction · 0.45

Calls

no outgoing calls

Tested by 5

test_push_with_remoteFunction · 0.36
test_push_builder_chainFunction · 0.36
test_push_cloneFunction · 0.36
test_push_debugFunction · 0.36