MCPcopy Create free account
hub / github.com/nodejs/node / lstat

Method lstat

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

Source from the content-addressed store, hash-verified

563 }
564
565 async lstat(path, options) {
566 return this.lstatSync(path, options);
567 }
568
569 readdirSync(path, options) {
570 const entry = this.#getEntry(path, 'scandir', true);

Callers

nothing calls this directly

Calls 1

lstatSyncMethod · 0.95

Tested by

no test coverage detected