MCPcopy Create free account
hub / github.com/akeranen/the-one / getIntTime

Method getIntTime

core/SimClock.java:44–46  ·  view source on GitHub ↗

Returns the current time rounded to the nearest integer @return Time as integer

()

Source from the content-addressed store, hash-verified

42 * @return Time as integer
43 */
44 public static int getIntTime() {
45 return (int)Math.round(clockTime);
46 }
47
48 /**
49 * Returns a string presentation of the sim time shown with the given amount

Callers 13

generateWaitTimeMethod · 0.95
getPathMethod · 0.95
generateWaitTimeMethod · 0.95
handleMethod · 0.95
updateMethod · 0.95
updateHostsMethod · 0.95
pMethod · 0.95
processAssertionErrorMethod · 0.95
updateMethod · 0.95
hostsConnectedMethod · 0.95
sortByQueueModeMethod · 0.95
shuffleMessagesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected