Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grpc/grpc-java
/ isBound
Method
isBound
android/src/main/java/io/grpc/android/UdsSocket.java:203–206 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
201
}
202
203
@Override
204
public
boolean isBound() {
205
return
localSocket.isBound();
206
}
207
208
@Override
209
public
synchronized boolean isClosed() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected