Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danja/dogalog
/
Class
src/tutorial/tutorialManager.js:8–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
const
STORAGE_KEY =
'dogalog_tutorial_progress'
;
7
8
export
class
TutorialManager {
9
constructor() {
10
this.currentStep = 0;
11
this.completed = false;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected