MCPcopy Create free account
hub / github.com/e2wugui/zeze / isDone

Method isDone

ZezeJava/ZezeJava/src/main/java/Zeze/Util/TimerFuture.java:46–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 }
45
46 @Override
47 public boolean isDone() {
48 return future.isDone();
49 }
50
51 @Override
52 public V get() throws InterruptedException, ExecutionException {

Callers 7

waitLeaderReadyMethod · 0.45
isReadyLeaderMethod · 0.45
userEventTriggeredMethod · 0.45
keepAliveMethod · 0.45
waitLoginSuccessMethod · 0.45
waitLoginReadyMethod · 0.45
isAreYouFightDoneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected