MCPcopy Index your code
hub / github.com/nodejs/node / repl.js

File repl.js

lib/internal/main/repl.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'use strict';
2
3// Create the REPL if `-i` or `--interactive` is passed, or if
4// the main module is not specified and stdin is a TTY.

Callers

nothing calls this directly

Calls 10

markBootstrapCompleteFunction · 0.85
getOptionValueFunction · 0.85
requireFunction · 0.50
evalScriptFunction · 0.50
errorMethod · 0.45
exitMethod · 0.45
logMethod · 0.45
onMethod · 0.45
onceMethod · 0.45

Tested by

no test coverage detected