useGRPC method

bool useGRPC(
  1. String name
)

Implementation

bool useGRPC(String name) {
  return _grcpsDBs.contains(name);
}