Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
_handleError
Method · 0.95
constructor
Method · 0.80
finish
Method · 0.80
defineDefaultCommands
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected