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

Function run

lib/internal/debugger/inspect_repl.js:983–985  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

981 },
982
983 get run() {
984 return runAndInit();
985 },
986
987 get kill() {
988 return inspector.killChild();

Callers

nothing calls this directly

Calls 1

runAndInitFunction · 0.85

Tested by

no test coverage detected