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

Method start

src/tutorial/tutorialManager.js:49–55  ·  view source on GitHub ↗

* Start or restart the tutorial

()

Source from the content-addressed store, hash-verified

47 * Start or restart the tutorial
48 */
49 start() {
50 this.currentStep = 0;
51 this.completed = false;
52 this.saveProgress();
53 this.emit('start');
54 this.emit('step', this.currentStep);
55 }
56
57 /**
58 * Go to next step

Callers 1

initializeAppFunction · 0.95

Calls 2

saveProgressMethod · 0.95
emitMethod · 0.95

Tested by

no test coverage detected