MCPcopy Create free account
hub / github.com/grpc/grpc-java / getStats

Method getStats

core/src/main/java/io/grpc/internal/GrpcUtil.java:747–750  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

745 }
746
747 @Override
748 public ListenableFuture<SocketStats> getStats() {
749 return transport.getStats();
750 }
751 };
752 }
753 if (!result.getStatus().isOk()) {

Callers

nothing calls this directly

Calls 1

getStatsMethod · 0.65

Tested by

no test coverage detected