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

Function _turnOnEditorMode

lib/repl.js:1338–1341  ·  view source on GitHub ↗
(repl)

Source from the content-addressed store, hash-verified

1336}
1337
1338function _turnOnEditorMode(repl) {
1339 repl.editorMode = true;
1340 FunctionPrototypeCall(Interface.prototype.setPrompt, repl, '');
1341}
1342
1343function _turnOffEditorMode(repl) {
1344 repl.editorMode = false;

Callers 2

defineDefaultCommandsFunction · 0.85
actionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…