MCPcopy Create free account
hub / github.com/danja/dogalog / next

Method next

src/tutorial/tutorialManager.js:60–64  ·  view source on GitHub ↗

* Go to next step

()

Source from the content-addressed store, hash-verified

58 * Go to next step
59 */
60 next() {
61 this.currentStep++;
62 this.saveProgress();
63 this.emit('step', this.currentStep);
64 }
65
66 /**
67 * Go to previous step

Callers 2

handleNextMethod · 0.80
tokenFunction · 0.80

Calls 2

saveProgressMethod · 0.95
emitMethod · 0.95

Tested by

no test coverage detected