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

Method cmdFinish

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

Source from the content-addressed store, hash-verified

1430 }
1431
1432 cmdFinish() {
1433 if (!this.requireBroken()) {
1434 this.showPrompt();
1435 return;
1436 }
1437 this.resume();
1438 this.doStepOut();
1439 }
1440
1441 readSourceLines(path) {
1442 if (this.sourceCache[path])

Callers 1

handleCommandMethod · 0.95

Calls 4

requireBrokenMethod · 0.95
showPromptMethod · 0.95
resumeMethod · 0.95
doStepOutMethod · 0.80

Tested by

no test coverage detected