Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
stat
Function · 0.45
Calls
1
fsCall
Function · 0.85
Tested by
no test coverage detected