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

Method doCommand

tools/xsbug-log/xsbug-machine.js:205–207  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

203
204 // COMMANDS
205 doCommand(name) {
206 this.output.write(this.encoder.encode(`\r\n<${name}/>\r\n`));
207 }
208 doAbort() {
209 this.doCommand(`abort`);
210 }

Callers 15

doAbortMethod · 0.95
doClearAllBreakpointsMethod · 0.95
doEvalMethod · 0.95
doClearBreakpointMethod · 0.95
doGoMethod · 0.95
doImportMethod · 0.95
doLogoutMethod · 0.95
doSetBreakpointMethod · 0.95
doSelectMethod · 0.95
doStepMethod · 0.95
doStepInMethod · 0.95
doStepOutMethod · 0.95

Calls 2

writeMethod · 0.65
encodeMethod · 0.65

Tested by

no test coverage detected