Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ toSeconds
Method
toSeconds
classpath/java/util/concurrent/TimeUnit.java:30–33 ·
view source on GitHub ↗
(long d)
Source
from the content-addressed store, hash-verified
28
}
29
30
@Override
31
public
long toSeconds(long d) {
32
return
d / NANOSECONDS_PER_SECOND;
33
}
34
35
@Override
36
public
long toMinutes(long d) {
Callers
1
convert
Method · 0.80
Calls
1
scale
Method · 0.95
Tested by
no test coverage detected