MCPcopy Index your code
hub / github.com/grpc/grpc-java / checkTicker

Method checkTicker

api/src/context/java/io/grpc/Deadline.java:281–287  ·  view source on GitHub ↗
(Deadline other)

Source from the content-addressed store, hash-verified

279 }
280
281 private void checkTicker(Deadline other) {
282 if (ticker != other.ticker) {
283 throw new AssertionError(
284 "Tickers (" + ticker + " and " + other.ticker + ") don't match."
285 + " Custom Ticker should only be used in tests!");
286 }
287 }
288}

Callers 3

isBeforeMethod · 0.95
minimumMethod · 0.95
compareToMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected