Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grpc/grpc-java
/ hashCode
Method
hashCode
binder/src/main/java/io/grpc/binder/PeerUid.java:69–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
}
68
69
@Override
70
public
int
hashCode() {
71
return
Integer.valueOf(uid).hashCode();
72
}
73
74
@Override
75
public
String toString() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected