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