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

Method get

census/src/main/java/io/grpc/census/GrpcCensus.java:53–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51
52 private static final Supplier<Stopwatch> STOPWATCH_SUPPLIER = new Supplier<Stopwatch>() {
53 @Override
54 public Stopwatch get() {
55 return Stopwatch.createUnstarted();
56 }
57 };
58
59 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected