MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / stopAutoPlay

Function stopAutoPlay

docs/script.js:149–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

147 }
148
149 function stopAutoPlay() {
150 if (autoPlayInterval) {
151 clearInterval(autoPlayInterval);
152 autoPlayInterval = null;
153 }
154 }
155
156 updateCarousel();
157 startAutoPlay();

Callers 3

startAutoPlayFunction · 0.85
script.jsFile · 0.85
handleKeydownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected