pub fn resolve_ws_base_url(url: Option<&str>) -> Result<String>Expand description
Resolves the Tardis Machine WebSocket base URL from an explicit value or the
TARDIS_MACHINE_WS_URL environment variable.
ยงErrors
Returns an error if neither url nor the environment variable is set.