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

Method readdir

lib/internal/vfs/providers/memory.js:659–661  ·  view source on GitHub ↗
(path, options)

Source from the content-addressed store, hash-verified

657 }
658
659 async readdir(path, options) {
660 return this.readdirSync(path, options);
661 }
662
663 mkdirSync(path, options) {
664 if (this.readonly) {

Callers

nothing calls this directly

Calls 1

readdirSyncMethod · 0.95

Tested by

no test coverage detected