MCPcopy Create free account
hub / github.com/CodSpeedHQ/codspeed / create_test_client_with_url

Method create_test_client_with_url

src/api_client.rs:562–564  ·  view source on GitHub ↗
(api_url: String)

Source from the content-addressed store, hash-verified

560 /// Create a test API client with a custom URL for use in tests
561 #[cfg(test)]
562 pub fn create_test_client_with_url(api_url: String) -> Self {
563 Self::new(None, api_url)
564 }
565}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected