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

Function goTo

docs/script.js:251–254  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

249 };
250
251 const goTo = (index) => {
252 currentIndex = (index + slides.length) % slides.length;
253 update();
254 };
255
256 if (prev) {
257 prev.addEventListener("click", () => goTo(currentIndex - 1));

Callers 1

script.jsFile · 0.85

Calls 1

updateFunction · 0.70

Tested by

no test coverage detected