Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
init
Method · 0.95
closeAbnormal
Method · 0.95
handleTransaction
Method · 0.95
next
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected