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

Method complete

src/tutorial/tutorialManager.js:92–96  ·  view source on GitHub ↗

* Complete the tutorial

()

Source from the content-addressed store, hash-verified

90 * Complete the tutorial
91 */
92 complete() {
93 this.completed = true;
94 this.saveProgress();
95 this.emit('complete');
96 }
97
98 /**
99 * Reset tutorial progress

Callers 2

showStepMethod · 0.80
handleNextMethod · 0.80

Calls 2

saveProgressMethod · 0.95
emitMethod · 0.95

Tested by

no test coverage detected