Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
statSync
Method · 0.45
Calls
2
#checkClosed
Method · 0.95
fstatSync
Method · 0.80
Tested by
no test coverage detected