MCPcopy Index your code
hub / github.com/microsoft/SandDance / timeSequence

Function timeSequence

docs/app/js/sanddance-app.js:111389–111391  ·  view source on GitHub ↗
(unit, start, stop, step)

Source from the content-addressed store, hash-verified

111387 return ival ? ival.range(start, stop, step) : undefined;
111388}
111389function timeSequence(unit, start, stop, step) {
111390 return sequence(timeInterval(unit), start, stop, step);
111391}
111392function utcSequence(unit, start, stop, step) {
111393 return sequence(utcInterval(unit), start, stop, step);
111394}

Callers

nothing calls this directly

Calls 2

sequenceFunction · 0.70
timeIntervalFunction · 0.70

Tested by

no test coverage detected