Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grpc/grpc-java
/ ping
Method
ping
core/src/main/java/io/grpc/internal/GrpcUtil.java:737–740 ·
view source on GitHub ↗
(PingCallback callback, Executor executor)
Source
from the content-addressed store, hash-verified
735
}
736
737
@Override
738
public
void
ping(PingCallback callback, Executor executor) {
739
transport.ping(callback, executor);
740
}
741
742
@Override
743
public
InternalLogId getLogId() {
Callers
nothing calls this directly
Calls
1
ping
Method · 0.65
Tested by
no test coverage detected