MCPcopy Create free account
hub / github.com/grpc/grpc-java / isClosed

Method isClosed

android/src/main/java/io/grpc/android/UdsSocket.java:208–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

206 }
207
208 @Override
209 public synchronized boolean isClosed() {
210 return closed;
211 }
212
213 @Override
214 public boolean isConnected() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected