MCPcopy Create free account
hub / github.com/Coneja-Chibi/CarrotKernel / previousTutorialStep

Function previousTutorialStep

tutorials.js:436–441  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

434
435// Navigate to previous tutorial step
436export function previousTutorialStep() {
437 if (currentStep > 0) {
438 currentStep--;
439 showTutorialStep();
440 }
441}
442
443// Close tutorial
444export function closeTutorial() {

Callers 1

index.jsFile · 0.85

Calls 1

showTutorialStepFunction · 0.85

Tested by

no test coverage detected