MCPcopy
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

loadEnvFileFunction · 0.50
scanOneFunction · 0.50
readPackageJsonFunction · 0.50
extract.test.tsFile · 0.50
stage.test.tsFile · 0.50
envVars.test.tsFile · 0.50
pullSafety.test.tsFile · 0.50

Calls

no outgoing calls

Tested by 1

readPackageJsonFunction · 0.40