Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grpc/grpc-java
/ run
Method
run
core/src/main/java/io/grpc/internal/Http2Ping.java:194–197 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
192
final
long roundTripTimeNanos) {
193
return
new
Runnable() {
194
@Override
195
public
void
run() {
196
callback.onSuccess(roundTripTimeNanos);
197
}
198
};
199
200
}
Callers
nothing calls this directly
Calls
2
onSuccess
Method · 0.65
onFailure
Method · 0.65
Tested by
no test coverage detected