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

Function runAndInit

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

Source from the content-addressed store, hash-verified

960 });
961
962 async function runAndInit() {
963 await inspector.run();
964 await initAfterStart();
965 }
966
967 function initializeContext(context) {
968 ArrayPrototypeForEach(inspector.domainNames, (domain) => {

Callers 2

runFunction · 0.85
restartFunction · 0.85

Calls 2

initAfterStartFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…