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

Method get

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

Source from the content-addressed store, hash-verified

631 */
632 public static final Supplier<Stopwatch> STOPWATCH_SUPPLIER = new Supplier<Stopwatch>() {
633 @Override
634 public Stopwatch get() {
635 return Stopwatch.createUnstarted();
636 }
637 };
638
639 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected