Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
showStep
Method · 0.80
handleNext
Method · 0.80
Calls
2
saveProgress
Method · 0.95
emit
Method · 0.95
Tested by
no test coverage detected