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

Method statSync

lib/internal/vfs/providers/real.js:100–103  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

98 }
99
100 statSync(options) {
101 this.#checkClosed('fstat');
102 return fs.fstatSync(this.#fd, options);
103 }
104
105 async stat(options) {
106 this.#checkClosed('fstat');

Callers 1

statSyncMethod · 0.45

Calls 2

#checkClosedMethod · 0.95
fstatSyncMethod · 0.80

Tested by

no test coverage detected