class Grpc::Health::Checker

def clear_status(service)

Clears the status for the given service.
def clear_status(service)
  @status_mutex.synchronize { @statuses.delete("#{service}") }
end