Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
startAutoPlay
Function · 0.85
script.js
File · 0.85
handleKeydown
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected