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

Method readdirSync

lib/internal/vfs/provider.js:138–140  ·  view source on GitHub ↗

* Reads directory contents synchronously. * @param {string} path The directory path * @param {object} [options] Options * @throws {ERR_METHOD_NOT_IMPLEMENTED} When not implemented by subclass

(path, options)

Source from the content-addressed store, hash-verified

136 * @throws {ERR_METHOD_NOT_IMPLEMENTED} When not implemented by subclass
137 */
138 readdirSync(path, options) {
139 throw new ERR_METHOD_NOT_IMPLEMENTED('readdirSync');
140 }
141
142 /**
143 * Creates a directory.

Callers 5

readdirSyncFunction · 0.45
#rescanChildrenMethod · 0.45
#rescanRecursiveMethod · 0.45
#buildFileListMethod · 0.45
#buildChildListMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected