MCPcopy Index your code
hub / github.com/nodejs/node / clearLine

Method clearLine

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

Source from the content-addressed store, hash-verified

937 }
938
939 clearLine() {
940 this[kMoveCursor](+Infinity);
941 this[kWriteToOutput]('\r\n');
942 this[kSetLine]('');
943 this.cursor = 0;
944 this.prevRows = 0;
945 }
946
947 [kLine]() {
948 this[kSavePreviousState]();

Callers 2

[kQuestionCancel]Method · 0.95
[kLine]Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected