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

Function remote_err

atomic-cli/src/commands/client.rs:225–230  ·  view source on GitHub ↗

Convenience: map a [`atomic_remote::RemoteError`] to a [`CliError`].

(e: atomic_remote::RemoteError)

Source from the content-addressed store, hash-verified

223
224/// Convenience: map a [`atomic_remote::RemoteError`] to a [`CliError`].
225pub fn remote_err(e: atomic_remote::RemoteError) -> CliError {
226 CliError::RemoteError {
227 message: e.to_string(),
228 url: None,
229 }
230}
231
232/// Resolve the org slug for a command, with fallback to the configured default.
233///

Callers 4

verify_workspace_existsFunction · 0.85
executeMethod · 0.85
map_project_errorFunction · 0.85

Calls

no outgoing calls

Tested by 1