MCPcopy
hub / github.com/PatrickJS/awesome-cursorrules / read

Function read

scripts/convert-readme-links.test.mjs:23–25  ·  view source on GitHub ↗
(root, filePath)

Source from the content-addressed store, hash-verified

21}
22
23function read(root, filePath) {
24 return readFileSync(join(root, filePath), "utf8");
25}
26
27function run(root, args) {
28 return spawnSync(process.execPath, [scriptPath, ...args], {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected