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

Method constructor

src/tutorial/tutorialOverlay.js:8–16  ·  view source on GitHub ↗
(tutorialManager, applyCode)

Source from the content-addressed store, hash-verified

6
7export class TutorialOverlay {
8 constructor(tutorialManager, applyCode) {
9 this.manager = tutorialManager;
10 this.applyCode = applyCode;
11 this.element = null;
12 this.visible = false;
13
14 this.createOverlay();
15 this.setupEventListeners();
16 }
17
18 /**
19 * Create overlay DOM structure

Callers

nothing calls this directly

Calls 2

createOverlayMethod · 0.95
setupEventListenersMethod · 0.95

Tested by

no test coverage detected