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