MCPcopy
hub / github.com/redux-loop/redux-loop / setIntervalCmd

Function setIntervalCmd

src/cmd.js:304–312  ·  view source on GitHub ↗
(nestedCmd, delayMs, options = {})

Source from the content-addressed store, hash-verified

302}
303
304function setIntervalCmd(nestedCmd, delayMs, options = {}) {
305 return delay(
306 nestedCmd,
307 delayMs,
308 options,
309 cmdTypes.SET_INTERVAL,
310 'Cmd.setInterval'
311 );
312}
313
314function delay(nestedCmd, delayMs, options, cmdType, funcName) {
315 if (process.env.NODE_ENV !== 'production') {

Callers

nothing calls this directly

Calls 1

delayFunction · 0.70

Tested by

no test coverage detected