Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grpc/grpc-java
/ getLogId
Method
getLogId
core/src/main/java/io/grpc/internal/ServerImpl.java:728–731 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
726
}
727
728
@Override
729
public
InternalLogId getLogId() {
730
return
logId;
731
}
732
733
@Override
734
public
ListenableFuture<ServerStats> getStats() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected