MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / no_such_server_error

Function no_such_server_error

crates/cli/src/config.rs:147–153  ·  view source on GitHub ↗
(server: &str)

Source from the content-addressed store, hash-verified

145\tspacetime server add {server} <url> --default";
146
147fn no_such_server_error(server: &str) -> anyhow::Error {
148 anyhow::anyhow!(
149 "No such saved server configuration: {server}
150Add a new server configuration with:
151\tspacetime server add {server} --url <url>",
152 )
153}
154
155fn hanging_default_server_context(server: &str) -> String {
156 format!("Default server does not refer to a saved server configuration: {server}")

Callers 3

find_serverMethod · 0.85
find_server_mutMethod · 0.85
remove_serverMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…