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

Method stat

lib/internal/fs/promises.js:251–253  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

249 }
250
251 stat(options) {
252 return fsCall(fstat, this, options);
253 }
254
255 truncate(len = 0) {
256 return fsCall(ftruncate, this, len);

Callers 1

statFunction · 0.45

Calls 1

fsCallFunction · 0.85

Tested by

no test coverage detected