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

Method stop

tools/testmc/main.js:67–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 timer.interval = interval;
66 }
67 stop() {
68 const timer = this.#timer;
69 if (!timer) return;
70
71 Timer.schedule(timer);
72 delete timer.interval;
73 }
74 animateColors(clut) {}
75 checkImage(checksum, message) {
76 delete this.checksum;

Callers

nothing calls this directly

Calls 1

scheduleMethod · 0.80

Tested by

no test coverage detected