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

Method stat

lib/internal/vfs/provider.js:86–88  ·  view source on GitHub ↗

* Gets stats for a path. * @param {string} path The path to stat * @param {object} [options] Options * @returns {Promise }

(path, options)

Source from the content-addressed store, hash-verified

84 * @returns {Promise<Stats>}
85 */
86 async stat(path, options) {
87 throw new ERR_METHOD_NOT_IMPLEMENTED('stat');
88 }
89
90 /**
91 * Gets stats for a path synchronously.

Callers 6

lstatMethod · 0.95
existsMethod · 0.95
realpathMethod · 0.95
accessMethod · 0.95
fstatFunction · 0.45
statFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected