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

Method filePath

test/parallel/test-fs-promises-watch-iterator.js:23–23  ·  view source on GitHub ↗
(fileName)

Source from the content-addressed store, hash-verified

21 }
22 get dirPath() { return tmpdir.resolve(this.dirName); }
23 filePath(fileName) { return join(this.dirPath, fileName); }
24
25 async run() {
26 await Promise.all([this.watchFiles(), this.writeFiles()]);

Callers 1

writeFilesMethod · 0.95

Calls 1

joinFunction · 0.50

Tested by

no test coverage detected