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

Function getTutorial

frontend/src/webview-client/tutorial.ts:222–227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

220let tutorialInstance: Tutorial | null = null;
221
222export function getTutorial(): Tutorial {
223 if (!tutorialInstance) {
224 tutorialInstance = new Tutorial();
225 }
226 return tutorialInstance;
227}
228
229export function initTutorial(): void {
230 const tutorial = getTutorial();

Callers 1

initTutorialFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected