MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / doAbort

Method doAbort

tools/xsbug-log/xsbug-machine.js:208–210  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

206 this.output.write(this.encoder.encode(`\r\n<${name}/>\r\n`));
207 }
208 doAbort() {
209 this.doCommand(`abort`);
210 }
211 doClearAllBreakpoints() {
212 this.doCommand(`clear-all-breakpoints`);
213 }

Callers 4

initFunction · 0.80
cmdRunMethod · 0.80
cmdQuitMethod · 0.80
onMessageMethod · 0.80

Calls 1

doCommandMethod · 0.95

Tested by

no test coverage detected