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

Method constructor

src/tutorial/tutorialManager.js:9–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8export class TutorialManager {
9 constructor() {
10 this.currentStep = 0;
11 this.completed = false;
12 this.listeners = new Map();
13 this.loadProgress();
14 }
15
16 /**
17 * Load progress from localStorage

Callers

nothing calls this directly

Calls 1

loadProgressMethod · 0.95

Tested by

no test coverage detected