MCPcopy Create free account
hub / github.com/VolmitSoftware/Adapt / flip

Method flip

src/main/java/com/volmit/adapt/util/ChronoLatch.java:42–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 }
41
42 public boolean flip() {
43 if (System.currentTimeMillis() - since > interval) {
44 since = System.currentTimeMillis();
45 return true;
46 }
47
48 return false;
49 }
50}

Callers 1

executeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected