Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grpc/grpc-java
/ run
Method
run
core/src/test/java/io/grpc/internal/FakeClockTest.java:87–90 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
85
ScheduledFuture<?> unused = fakeClock.getScheduledExecutorService().schedule(
86
new
Runnable() {
87
@Override
88
public
void
run() {
89
result[0] = true;
90
}
91
},
92
100L,
93
TimeUnit.NANOSECONDS);
Callers
nothing calls this directly
Calls
1
set
Method · 0.65
Tested by
no test coverage detected