MCPcopy Index your code
hub / github.com/csev/py4e / offset

Function offset

code/gmane/d3.v3.js:2412–2415  ·  view source on GitHub ↗
(date, k)

Source from the content-addressed store, hash-verified

2410 return date;
2411 }
2412 function offset(date, k) {
2413 step(date = new d3_date(+date), k);
2414 return date;
2415 }
2416 function range(t0, t1, dt) {
2417 var time = ceil(t0), times = [];
2418 if (dt > 1) {

Callers 1

roundFunction · 0.70

Calls 1

stepFunction · 0.70

Tested by

no test coverage detected