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

Method isClosed

binder/src/main/java/io/grpc/binder/internal/Inbound.java:182–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180 }
181
182 @GuardedBy("this")
183 protected final boolean isClosed() {
184 return deliveryState == State.CLOSED;
185 }
186
187 @GuardedBy("this")
188 private final boolean messageAvailable() {

Callers 4

initMethod · 0.95
closeAbnormalMethod · 0.95
handleTransactionMethod · 0.95
nextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected