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

Method Deadline

api/src/context/java/io/grpc/Deadline.java:104–106  ·  view source on GitHub ↗
(Ticker ticker, long offset, boolean baseInstantAlreadyExpired)

Source from the content-addressed store, hash-verified

102 private volatile boolean expired;
103
104 private Deadline(Ticker ticker, long offset, boolean baseInstantAlreadyExpired) {
105 this(ticker, ticker.nanoTime(), offset, baseInstantAlreadyExpired);
106 }
107
108 private Deadline(Ticker ticker, long baseInstant, long offset,
109 boolean baseInstantAlreadyExpired) {

Callers

nothing calls this directly

Calls 2

nanoTimeMethod · 0.65
minMethod · 0.45

Tested by

no test coverage detected