MCPcopy Index your code
hub / github.com/nodejs/node / resolve

Function resolve

test/common/tmpdir.js:84–86  ·  view source on GitHub ↗
(...paths)

Source from the content-addressed store, hash-verified

82}
83
84function resolve(...paths) {
85 return path.resolve(tmpPath, ...paths);
86}
87
88function hasEnoughSpace(size) {
89 const { bavail, bsize } = fs.statfsSync(tmpPath);

Callers 15

startMethod · 0.70
spawnPromisifiedFunction · 0.70
_onMessageMethod · 0.70
constructorMethod · 0.70
httpGetMethod · 0.70
timeoutPromiseFunction · 0.70
collectGCProfileFunction · 0.70
spawnPromisifiedFunction · 0.70
checkOutputFunction · 0.70
testWithJSMarshallerFunction · 0.50

Calls 1

resolveMethod · 0.45

Tested by 4

testFunction · 0.40
testFunction · 0.40
testFunction · 0.40
testFunction · 0.40

Used in the wild real call sites across dependent graphs

searching dependent graphs…