Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grpc/grpc-java
/ isReady
Method
isReady
binder/src/main/java/io/grpc/binder/internal/Outbound.java:197–199 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
195
}
196
197
final
boolean isReady() {
198
return
transport.isReady();
199
}
200
201
@GuardedBy(
"this"
)
202
final
void
onTransportReady() throws StatusException {
Callers
1
canSend
Method · 0.95
Calls
1
isReady
Method · 0.65
Tested by
no test coverage detected