hasSetupClient function

bool hasSetupClient()

Implementation

bool hasSetupClient() {
  return (_client != null);
}