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

Function action

lib/repl.js:1456–1460  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1454 repl.defineCommand('editor', {
1455 help: 'Enter editor mode',
1456 action() {
1457 _turnOnEditorMode(this);
1458 this.output.write(
1459 '// Entering editor mode (Ctrl+D to finish, Ctrl+C to cancel)\n');
1460 },
1461 });
1462 }
1463}

Callers 15

package_filesFunction · 0.85
corepack_filesFunction · 0.85
subdir_filesFunction · 0.85
filesFunction · 0.85
wanted_v8_headersFunction · 0.85
wanted_zoslib_headersFunction · 0.85
headersFunction · 0.85
completeFunction · 0.85
abortAlgorithmFunction · 0.85
watchErroredFunction · 0.85
watchClosedFunction · 0.85
testdriver.jsFile · 0.85

Calls 2

_turnOnEditorModeFunction · 0.85
writeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…