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

Method lstatSync

lib/internal/vfs/provider.js:117–120  ·  view source on GitHub ↗

* Gets stats for a path synchronously without following symlinks. * @param {string} path The path to stat * @param {object} [options] Options * @returns {Stats}

(path, options)

Source from the content-addressed store, hash-verified

115 * @returns {Stats}
116 */
117 lstatSync(path, options) {
118 // Default: same as statSync (for providers that don't support symlinks)
119 return this.statSync(path, options);
120 }
121
122 /**
123 * Reads directory contents.

Callers 15

lstatSyncFunction · 0.45
lstatSyncFunction · 0.45
getDirentFunction · 0.45
utils.jsFile · 0.45
test-fs-stat.jsFile · 0.45
test-fs-chmod.jsFile · 0.45
verifyLinkFunction · 0.45
test-fs-rm.jsFile · 0.45

Calls 1

statSyncMethod · 0.95

Tested by 1

testFunction · 0.36