Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
writeFiles
Method · 0.95
Calls
1
join
Function · 0.50
Tested by
no test coverage detected