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

Method next

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

* Go to next step or complete

()

Source from the content-addressed store, hash-verified

136 * Go to next step or complete
137 */
138 private next(): void {
139 if (this.currentStep < TUTORIAL_STEPS.length - 1) {
140 this.currentStep++;
141 this.renderStep();
142 } else {
143 this.complete();
144 }
145 }
146
147 /**
148 * Render the dots indicator

Callers 3

initMethod · 0.95
_tFunction · 0.80
d3.v7.min.jsFile · 0.80

Calls 2

renderStepMethod · 0.95
completeMethod · 0.95

Tested by

no test coverage detected