Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ exit-handler.js
File
exit-handler.js
deps/npm/test/lib/cli/exit-handler.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
fs = require(
'node:fs'
)
2
const
{ join, resolve } = require(
'node:path'
)
3
const
EventEmitter = require(
'node:events'
)
4
const
os = require(
'node:os'
)
Callers
nothing calls this directly
Calls
15
cleanDate
Function · 0.85
cleanCwd
Function · 0.85
pick
Function · 0.85
mockExitHandler
Function · 0.85
exitHandler
Function · 0.85
tmock
Function · 0.85
mockShelloutExit
Function · 0.85
release
Method · 0.80
assign
Method · 0.80
same
Method · 0.80
includes
Method · 0.80
reduce
Method · 0.80
Tested by
no test coverage detected