MCPcopy Index your code
hub / github.com/Moddable-OpenSource/moddable / cmdNext

Method cmdNext

tools/xsbug-log/xsbug-debugmachine.js:1414–1421  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1412 }
1413
1414 cmdNext() {
1415 if (!this.requireBroken()) {
1416 this.showPrompt();
1417 return;
1418 }
1419 this.resume();
1420 this.doStep();
1421 }
1422
1423 cmdStep() {
1424 if (!this.requireBroken()) {

Callers 1

handleCommandMethod · 0.95

Calls 4

requireBrokenMethod · 0.95
showPromptMethod · 0.95
resumeMethod · 0.95
doStepMethod · 0.80

Tested by

no test coverage detected