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

Method getNextId

api/src/main/java/io/grpc/InternalLogId.java:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 }
57
58 static long getNextId() {
59 return idAlloc.incrementAndGet();
60 }
61
62 private final String typeName;
63 @Nullable

Callers 1

allocateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected