Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ run-worker.js
File
run-worker.js
tools/run-worker.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
if
(typeof require ===
'undefined'
) {
3
console.log(
'1..0 # Skipped: Not being run as CommonJS'
);
4
process.exit(0);
Callers
nothing calls this directly
Calls
6
has
Method · 0.65
require
Function · 0.50
log
Method · 0.45
exit
Method · 0.45
on
Method · 0.45
resolve
Method · 0.45
Tested by
no test coverage detected