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

Method reset

src/tutorial/tutorialManager.js:101–106  ·  view source on GitHub ↗

* Reset tutorial progress

()

Source from the content-addressed store, hash-verified

99 * Reset tutorial progress
100 */
101 reset() {
102 this.currentStep = 0;
103 this.completed = false;
104 this.saveProgress();
105 this.emit('reset');
106 }
107
108 /**
109 * Get current step index

Callers

nothing calls this directly

Calls 2

saveProgressMethod · 0.95
emitMethod · 0.95

Tested by

no test coverage detected