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

Method statSync

lib/internal/vfs/provider.js:96–98  ·  view source on GitHub ↗

* Gets stats for a path synchronously. * @param {string} path The path to stat * @param {object} [options] Options * @throws {ERR_METHOD_NOT_IMPLEMENTED} When not implemented by subclass

(path, options)

Source from the content-addressed store, hash-verified

94 * @throws {ERR_METHOD_NOT_IMPLEMENTED} When not implemented by subclass
95 */
96 statSync(path, options) {
97 throw new ERR_METHOD_NOT_IMPLEMENTED('statSync');
98 }
99
100 /**
101 * Gets stats for a path without following symlinks.

Callers 9

lstatSyncMethod · 0.95
existsSyncMethod · 0.95
realpathSyncMethod · 0.95
accessSyncMethod · 0.95
statSyncFunction · 0.45
fstatSyncFunction · 0.45
#getStatsMethod · 0.45
#getStatsForMethod · 0.45
#getStatsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected