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

Method get

core/src/testFixtures/java/io/grpc/internal/FakeClock.java:74–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 private final Supplier<Stopwatch> stopwatchSupplier =
73 new Supplier<Stopwatch>() {
74 @Override public Stopwatch get() {
75 return Stopwatch.createUnstarted(ticker);
76 }
77 };
78
79 private final TimeProvider timeProvider =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected