(api_url: String)
| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected