Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grpc/grpc-java
/ reset
Method
reset
api/src/test/java/io/grpc/DeadlineTest.java:336–338 ·
view source on GitHub ↗
(long time)
Source
from the content-addressed store, hash-verified
334
}
335
336
public
void
reset(long time) {
337
this.time = time;
338
}
339
340
public
void
increment(long period, TimeUnit unit) {
341
if
(period < 0) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected