MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / delay

Method delay

modules/base/timer/timer.js:31–31  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

29 static schedule(id, delay, repeat) { return native("xs_timer_schedule").call(this, id, delay, repeat); }
30 static clear(id) { return native("xs_timer_clear").call(this, id); }
31 static delay(id) { return native("xs_timer_delay").call(this, id); }
32};
33
34export default Timer;

Callers 15

constructorMethod · 0.80
#resetMethod · 0.80
constructorMethod · 0.80
executeMethod · 0.80
constructorMethod · 0.80
configureMethod · 0.80
enableMethod · 0.80
enableMethod · 0.80
constructorMethod · 0.80
refreshMethod · 0.80
sampleMethod · 0.80
enableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected