MCPcopy 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

6const STORAGE_KEY = 'dogalog_tutorial_progress';
7
8export 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