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

Method clear

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

Source from the content-addressed store, hash-verified

28 static repeat(callback, delay) { return native("xs_timer_repeat").call(this, callback, delay); }
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

Callers 15

removeMethod · 0.45
closeMethod · 0.45
addMethod · 0.45
updateMethod · 0.45
removeMethod · 0.45
probeMethod · 0.45
stopKeepAliveMethod · 0.45
closeMethod · 0.45
onConnectedMethod · 0.45
resolveMethod · 0.45
callbackFunction · 0.45
closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected