MCPcopy
hub / github.com/jipegit/OSXAuditor / range_utc

Function range_utc

d3-3.2.8/d3.js:8245–8254  ·  view source on GitHub ↗
(t0, t1, dt)

Source from the content-addressed store, hash-verified

8243 return times;
8244 }
8245 function range_utc(t0, t1, dt) {
8246 try {
8247 d3_time = d3_time_utc;
8248 var utc = new d3_time_utc();
8249 utc._ = t0;
8250 return range(utc, t1, dt);
8251 } finally {
8252 d3_time = Date;
8253 }
8254 }
8255 local.floor = local;
8256 local.round = round;
8257 local.ceil = ceil;

Callers

nothing calls this directly

Calls 1

rangeFunction · 0.85

Tested by

no test coverage detected