Skip to main content

IsAirAvailable

Function IsAirAvailable 

Source
async fn IsAirAvailable(_AirClient: &AirServiceClient<Channel>) -> bool
Expand description

Helper to check if the Air gRPC client is available without a proper health check. The raw client requires &mut self for health_check, but MountainEnvironment holds an immutable reference. This returns true whenever a client is attached. Blocked on proper wrapper integration.