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

Method prev

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

* Go to previous step

()

Source from the content-addressed store, hash-verified

126 * Go to previous step
127 */
128 private prev(): void {
129 if (this.currentStep > 0) {
130 this.currentStep--;
131 this.renderStep();
132 }
133 }
134
135 /**
136 * Go to next step or complete

Callers 1

initMethod · 0.95

Calls 1

renderStepMethod · 0.95

Tested by

no test coverage detected