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

Class

src/tutorial/tutorialOverlay.js:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { tutorialSteps } from './steps.js';
6
7export class TutorialOverlay {
8 constructor(tutorialManager, applyCode) {
9 this.manager = tutorialManager;
10 this.applyCode = applyCode;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected