Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ readdir
Function
readdir
test/parallel/test-trace-events-fs-async.js:185–188 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
183
}
184
185
function
readdir() {
186
const
fs = require(
'fs'
);
187
fs.readdir(
'./'
, () => {});
188
}
189
190
function
opendir() {
191
const
fs = require(
'fs'
);
Callers
6
testPromises
Function · 0.70
test-fs-readdir-pipe.js
File · 0.70
test-webstorage.js
File · 0.70
doTest
Function · 0.70
test-fs-readdir-recursive-with-buffer.js
File · 0.50
test-fs-readdir-promise-recursive-with-buffer.js
File · 0.50
Calls
2
require
Function · 0.50
readdir
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…