MCPcopy Index your code
hub / github.com/grpc/grpc-java / id

Method id

api/src/main/java/io/grpc/InternalChannelz.java:1102–1104  ·  view source on GitHub ↗

Unwraps a InternalLogId to return a long.

(InternalWithLogId withLogId)

Source from the content-addressed store, hash-verified

1100
1101 /** Unwraps a {@link InternalLogId} to return a {@code long}. */
1102 public static long id(InternalWithLogId withLogId) {
1103 return withLogId.getLogId().getId();
1104 }
1105}

Callers 5

addServerMethod · 0.95
addServerSocketMethod · 0.95
removeServerMethod · 0.95
removeServerSocketMethod · 0.95
removeMethod · 0.95

Calls 2

getLogIdMethod · 0.65
getIdMethod · 0.45

Tested by

no test coverage detected