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

Function setTimeoutCmd

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

Source from the content-addressed store, hash-verified

292}
293
294function setTimeoutCmd(nestedCmd, delayMs, options = {}) {
295 return delay(
296 nestedCmd,
297 delayMs,
298 options,
299 cmdTypes.SET_TIMEOUT,
300 'Cmd.setTimeout'
301 );
302}
303
304function setIntervalCmd(nestedCmd, delayMs, options = {}) {
305 return delay(

Callers

nothing calls this directly

Calls 1

delayFunction · 0.70

Tested by

no test coverage detected