Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ compare.js
File
compare.js
benchmark/compare.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
3
const
{ spawn, fork } = require(
'node:child_process'
);
4
const
{ inspect } = require(
'util'
);
Callers
nothing calls this directly
Calls
15
startQueue
Method · 0.80
completeConfig
Method · 0.80
startSubqueue
Method · 0.80
completeRun
Method · 0.80
abort
Method · 0.65
keys
Method · 0.65
slice
Method · 0.65
require
Function · 0.50
spawn
Function · 0.50
fork
Function · 0.50
inspect
Function · 0.50
recursive
Function · 0.50
Tested by
no test coverage detected