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

Method clearBufferedCommand

lib/repl.js:982–984  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

980 this.setupHistoryManager(options);
981 }
982 clearBufferedCommand() {
983 this[kBufferedCommandSymbol] = '';
984 }
985 _handleError(e) {
986 debug('handle error');
987 if (this._userErrorHandler) {

Callers 4

_handleErrorMethod · 0.95
constructorMethod · 0.80
finishMethod · 0.80
defineDefaultCommandsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected