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

Method show

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

* Show the tutorial

()

Source from the content-addressed store, hash-verified

114 * Show the tutorial
115 */
116 show(): void {
117 if (!this.overlay) return;
118
119 this.currentStep = 0;
120 this.renderDots();
121 this.renderStep();
122 this.overlay.style.display = 'flex';
123 }
124
125 /**
126 * Go to previous step

Callers 6

analyzeSelectedFilesFunction · 0.45
analyzeWorkspaceFunction · 0.45
initTutorialFunction · 0.45
main.tsFile · 0.45
setupMessageHandlerFunction · 0.45

Calls 2

renderDotsMethod · 0.95
renderStepMethod · 0.95

Tested by

no test coverage detected