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

Function initTutorial

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

Source from the content-addressed store, hash-verified

227}
228
229export function initTutorial(): void {
230 const tutorial = getTutorial();
231 tutorial.init();
232
233 if (tutorial.shouldShow()) {
234 // Slight delay to let the UI settle
235 setTimeout(() => tutorial.show(), 500);
236 }
237}

Callers 1

main.tsFile · 0.90

Calls 4

getTutorialFunction · 0.85
shouldShowMethod · 0.80
initMethod · 0.45
showMethod · 0.45

Tested by

no test coverage detected