MCPcopy
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

runFileMethod · 0.45
pathTestIsDirectoryFunction · 0.45
pathTestIsFileFunction · 0.45
statSyncMethod · 0.45
fileMethod · 0.45
noMarkerFunction · 0.45
repro.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected