Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ ipc.js
File
ipc.js
test/fixtures/watch-mode/ipc.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
path = require(
'node:path'
);
2
const
url = require(
'node:url'
);
3
const
fs = require(
'node:fs'
);
4
const
tmpdir = require(
'../../common/tmpdir'
);
Callers
nothing calls this directly
Calls
6
pathToFileURL
Method · 0.80
send
Method · 0.65
require
Function · 0.50
resolve
Method · 0.45
writeFileSync
Method · 0.45
toString
Method · 0.45
Tested by
no test coverage detected