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

Method showPrompt

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

Source from the content-addressed store, hash-verified

383 }
384
385 showPrompt() {
386 if (!this.promptShown) {
387 this.promptShown = true;
388 this.rl.prompt(true);
389 }
390 }
391
392 print(text, path, line, eventType = 'print') {
393 const payload = { text };

Callers 15

printMethod · 0.95
commandErrorMethod · 0.95
reportMethod · 0.95
onResultMethod · 0.95
onBrokenMethod · 0.95
resumeMethod · 0.95
handleCommandMethod · 0.95
cmdContinueMethod · 0.95
cmdNextMethod · 0.95
cmdStepMethod · 0.95
cmdFinishMethod · 0.95
cmdListMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected