Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/qawolf/cli
/ readFile
Function
readFile
src/shell/fs.ts:63–65 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
61
},
62
pathExists,
63
readFile(path) {
64
return
fs.promises.readFile(path,
"utf-8"
);
65
},
66
async
rm(path, options) {
67
await
fs.promises.rm(path, options);
68
},
Callers
10
teamStorageAssets.reuse.test.ts
File · 0.50
loadEnvFile
Function · 0.50
scanOne
Function · 0.50
prepareRunDir.stageCollision.test.ts
File · 0.50
readPackageJson
Function · 0.50
extract.test.ts
File · 0.50
applyTeamStorageRewrite.test.ts
File · 0.50
stage.test.ts
File · 0.50
envVars.test.ts
File · 0.50
pullSafety.test.ts
File · 0.50
Calls
no outgoing calls
Tested by
1
readPackageJson
Function · 0.40