Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastFlowLM/FastFlowLM
/ prevSlide
Function
prevSlide
docs/script.js:134–137 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
132
}
133
134
function
prevSlide() {
135
currentSlide = (currentSlide - 1 + totalSlides) % totalSlides;
136
updateCarousel();
137
}
138
139
function
goToSlide(index) {
140
currentSlide = index;
Callers
2
script.js
File · 0.85
handleKeydown
Function · 0.85
Calls
1
updateCarousel
Function · 0.85
Tested by
no test coverage detected