MCPcopy Index your code
hub / github.com/nodejs/node / [kQuestionCancel]

Method [kQuestionCancel]

lib/internal/readline/interface.js:473–479  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

471 }
472
473 [kQuestionCancel]() {
474 if (this[kQuestionCallback]) {
475 this[kQuestionCallback] = null;
476 this.setPrompt(this[kOldPrompt]);
477 this.clearLine();
478 }
479 }
480
481 [kWriteToOutput](stringToWrite) {
482 validateString(stringToWrite, 'stringToWrite');

Callers

nothing calls this directly

Calls 2

setPromptMethod · 0.95
clearLineMethod · 0.95

Tested by

no test coverage detected