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

Method read

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

Source from the content-addressed store, hash-verified

58 private final Ticker ticker =
59 new Ticker() {
60 @Override public long read() {
61 return currentTimeNanos;
62 }
63 };
64
65 private final Deadline.Ticker deadlineTicker =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected