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

Method stat

lib/internal/vfs/file_handle.js:205–208  ·  view source on GitHub ↗

* Gets file stats. * @param {object} [options] Options * @returns {Promise }

(options)

Source from the content-addressed store, hash-verified

203 * @returns {Promise<Stats>}
204 */
205 async stat(options) {
206 this.#checkClosed('fstat');
207 throw new ERR_METHOD_NOT_IMPLEMENTED('stat');
208 }
209
210 /**
211 * Gets file stats synchronously.

Callers

nothing calls this directly

Calls 1

#checkClosedMethod · 0.95

Tested by

no test coverage detected