Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/patriksimek/vm2
/ readFileSync
Method
readFileSync
lib/filesystem.js:44–46 ·
view source on GitHub ↗
(path, options)
Source
from the content-addressed store, hash-verified
42
}
43
44
readFileSync(path, options) {
45
return
fs.readFileSync(path, options);
46
}
47
48
}
49
Callers
nothing calls this directly
Calls
1
readFileSync
Method · 0.45
Tested by
no test coverage detected