Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ hasReached
Method
hasReached
src/main/java/cc/slack/utils/other/TimeUtil.java:11–13 ·
view source on GitHub ↗
(int milliseconds)
Source
from the content-addressed store, hash-verified
9
}
10
11
public
boolean hasReached(
int
milliseconds) {
12
return
elapsed() >= (long) milliseconds;
13
}
14
15
public
boolean hasReached(long milliseconds) {
16
return
elapsed() >= milliseconds;
Callers
15
onUpdate
Method · 0.80
onMotion
Method · 0.80
onUpdate
Method · 0.80
onRender
Method · 0.80
calculateRotations
Method · 0.80
onUpdate
Method · 0.80
onMotion
Method · 0.80
onPacket
Method · 0.80
onTick
Method · 0.80
onUpdate
Method · 0.80
onPacket
Method · 0.80
onPacket
Method · 0.80
Calls
1
elapsed
Method · 0.95
Tested by
no test coverage detected