Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ readFileCached
Function
readFileCached
vmm/ui/build.mjs:30–32 ·
view source on GitHub ↗
(filePath)
Source
from the content-addressed store, hash-verified
28
}
29
30
async
function
readFileCached(filePath) {
31
return
fs.readFile(filePath,
'utf-8'
);
32
}
33
34
async
function
collectModules(entryId) {
35
const
modules =
new
Map();
Callers
1
processModule
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected