Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ test-cwd-enoent-repl.js
File
test-cwd-enoent-repl.js
test/parallel/test-cwd-enoent-repl.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
const
common = require(
'../common'
);
3
// Fails with EINVAL on SmartOS, EBUSY on Windows, EBUSY on AIX.
4
if
(common.isSunOS || common.isWindows || common.isAIX || common.isIBMi) {
Callers
nothing calls this directly
Calls
9
chdir
Method · 0.80
spawn
Function · 0.70
require
Function · 0.50
skip
Method · 0.45
refresh
Method · 0.45
mkdirSync
Method · 0.45
rmdirSync
Method · 0.45
write
Method · 0.45
once
Method · 0.45
Tested by
no test coverage detected