Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/patriksimek/vm2
/ statSync
Method
statSync
lib/filesystem.js:88–90 ·
view source on GitHub ↗
(path, options)
Source
from the content-addressed store, hash-verified
86
}
87
88
statSync(path, options) {
89
return
this.fs.statSync(path, options);
90
}
91
92
readFileSync(path, options) {
93
return
this.fs.readFileSync(path, options);
Callers
8
runFile
Method · 0.45
pathTestIsDirectory
Function · 0.45
pathTestIsFile
Function · 0.45
statSync
Method · 0.45
file
Method · 0.45
noMarker
Function · 0.45
repro.js
File · 0.45
legacy-test-runner.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected