MCPcopy 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
30async function readFileCached(filePath) {
31 return fs.readFile(filePath, 'utf-8');
32}
33
34async function collectModules(entryId) {
35 const modules = new Map();

Callers 1

processModuleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected