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

Function runMainThread

test/parallel/test-inspector-workers-flat-list.js:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51function runMainThread() {
52 rootWorker = startWorker(1, processMessage);
53}
54
55function runChildWorkerThread() {
56 let worker = null;

Calls 1

startWorkerFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…