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

Method readdir

lib/internal/vfs/provider.js:128–130  ·  view source on GitHub ↗

* Reads directory contents. * @param {string} path The directory path * @param {object} [options] Options * @returns {Promise }

(path, options)

Source from the content-addressed store, hash-verified

126 * @returns {Promise<string[]|Dirent[]>}
127 */
128 async readdir(path, options) {
129 throw new ERR_METHOD_NOT_IMPLEMENTED('readdir');
130 }
131
132 /**
133 * Reads directory contents synchronously.

Callers 1

readdirFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected