MCPcopy Create free account
hub / github.com/TechJeeper/Printventory / nextGuide

Function nextGuide

guide.js:165–172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163}
164
165// Increment the current page or close the guide if on the last page.
166function nextGuide() {
167 if (currentPage < guidePages.length - 1) {
168 currentPage++;
169 updateGuide();
170 } else {
171 closeGuide();
172 }
173}
174
175// Decrement the current page if possible.

Callers 1

guide.jsFile · 0.85

Calls 2

updateGuideFunction · 0.85
closeGuideFunction · 0.85

Tested by

no test coverage detected