IntervalMs is the same as Bucket except the input and calculations are in unix milliseconds.
(ts int64)
| 1716 | Interval(ts uint64) int |
| 1717 | // IntervalMs is the same as Bucket except the input and calculations are in unix milliseconds. |
| 1718 | IntervalMs(ts int64) int |
| 1719 | TimestampOf(interval int) uint64 |
| 1720 | // IntervalCount is the number of intervals in the range with step. |
| 1721 | IntervalCount() int |
no outgoing calls
no test coverage detected