Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ opendir
Function
opendir
test/parallel/test-trace-events-fs-async.js:190–193 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
188
}
189
190
function
opendir() {
191
const
fs = require(
'fs'
);
192
fs.opendir(
'./'
, () => {});
193
}
194
195
function
realpath() {
196
const
fs = require(
'fs'
);
Callers
nothing calls this directly
Calls
2
opendir
Method · 0.80
require
Function · 0.50
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…