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

Method complete

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

* Complete tutorial and save preference

()

Source from the content-addressed store, hash-verified

193 * Complete tutorial and save preference
194 */
195 private complete(): void {
196 if (!this.overlay) return;
197
198 this.overlay.style.display = 'none';
199
200 try {
201 localStorage.setItem(STORAGE_KEY, 'true');
202 } catch {
203 // localStorage not available
204 }
205 }
206
207 /**
208 * Reset tutorial (for testing)

Callers 2

initMethod · 0.95
nextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected