MCPcopy Index your code
hub / github.com/nodejs/node / test-cwd-enoent-preload.js

File test-cwd-enoent-preload.js

test/parallel/test-cwd-enoent-preload.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'use strict';
2const common = require('../common');
3// Fails with EINVAL on SmartOS, EBUSY on Windows, EBUSY on AIX.
4if (common.isSunOS || common.isWindows || common.isAIX || common.isIBMi) {

Callers

nothing calls this directly

Calls 9

chdirMethod · 0.80
spawnFunction · 0.70
requireFunction · 0.50
skipMethod · 0.45
pathMethod · 0.45
refreshMethod · 0.45
mkdirSyncMethod · 0.45
rmdirSyncMethod · 0.45
onceMethod · 0.45

Tested by

no test coverage detected