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

Method nanoTime

api/src/context/java/io/grpc/Deadline.java:275–278  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

273
274 private static final class SystemTicker extends Ticker {
275 @Override
276 public long nanoTime() {
277 return System.nanoTime();
278 }
279 }
280
281 private void checkTicker(Deadline other) {

Callers

nothing calls this directly

Calls 1

nanoTimeMethod · 0.65

Tested by

no test coverage detected