MCPcopy
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.jsFile · 0.45
runFileMethod · 0.45
readFileFunction · 0.45
readFileSyncMethod · 0.45
constructorMethod · 0.45
fileMethod · 0.45
initFunction · 0.45
repro.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected