MCPcopy
hub / github.com/idank/explainshell / ceil

Function ceil

explainshell/web/static/js/d3.v3.js:7873–7876  ·  view source on GitHub ↗
(date)

Source from the content-addressed store, hash-verified

7871 return date - d0 < d1 - date ? d0 : d1;
7872 }
7873 function ceil(date) {
7874 step(date = local(new d3_time(date - 1)), 1);
7875 return date;
7876 }
7877 function offset(date, k) {
7878 step(date = new d3_time(+date), k);
7879 return date;

Callers 1

rangeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected