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

Method lstatSync

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

Source from the content-addressed store, hash-verified

558 }
559
560 lstatSync(path, options) {
561 const entry = this.#getEntry(path, 'lstat', false);
562 return this.#createStats(entry, undefined, options?.bigint);
563 }
564
565 async lstat(path, options) {
566 return this.lstatSync(path, options);

Callers 1

lstatMethod · 0.95

Calls 2

#getEntryMethod · 0.95
#createStatsMethod · 0.95

Tested by

no test coverage detected