Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
doAbort
Method · 0.95
doClearAllBreakpoints
Method · 0.95
doEval
Method · 0.95
doClearBreakpoint
Method · 0.95
doGo
Method · 0.95
doImport
Method · 0.95
doLogout
Method · 0.95
doSetBreakpoint
Method · 0.95
doSelect
Method · 0.95
doStep
Method · 0.95
doStepIn
Method · 0.95
doStepOut
Method · 0.95
Calls
2
write
Method · 0.65
encode
Method · 0.65
Tested by
no test coverage detected