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

Method getLogId

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

Source from the content-addressed store, hash-verified

740 }
741
742 @Override
743 public InternalLogId getLogId() {
744 return transport.getLogId();
745 }
746
747 @Override
748 public ListenableFuture<SocketStats> getStats() {

Callers

nothing calls this directly

Calls 1

getLogIdMethod · 0.65

Tested by

no test coverage detected