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

Function _turnOffEditorMode

lib/repl.js:1343–1346  ·  view source on GitHub ↗
(repl)

Source from the content-addressed store, hash-verified

1341}
1342
1343function _turnOffEditorMode(repl) {
1344 repl.editorMode = false;
1345 repl.setPrompt(repl._initialPrompt);
1346}
1347
1348function defineDefaultCommands(repl) {
1349 repl.defineCommand('break', {

Callers 2

constructorMethod · 0.85
defineDefaultCommandsFunction · 0.85

Calls 1

setPromptMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…