Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/patriksimek/vm2
/ readFileSync
Method
readFileSync
lib/filesystem.js:92–94 ·
view source on GitHub ↗
(path, options)
Source
from the content-addressed store, hash-verified
90
}
91
92
readFileSync(path, options) {
93
return
this.fs.readFileSync(path, options);
94
}
95
96
}
97
Callers
8
vm.js
File · 0.45
runFile
Method · 0.45
readFile
Function · 0.45
readFileSync
Method · 0.45
constructor
Method · 0.45
file
Method · 0.45
init
Function · 0.45
repro.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected