MCPcopy 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
190function opendir() {
191 const fs = require('fs');
192 fs.opendir('./', () => {});
193}
194
195function realpath() {
196 const fs = require('fs');

Callers

nothing calls this directly

Calls 2

opendirMethod · 0.80
requireFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…