MCPcopy Create free account
hub / github.com/codag-megalith/codag-visualizer /

Class

frontend/src/webview-client/tutorial.ts:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56const STORAGE_KEY = 'codag-tutorial-completed';
57
58class Tutorial {
59 private overlay: HTMLElement | null = null;
60 private content: HTMLElement | null = null;
61 private dots: HTMLElement | null = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected