MCPcopy Create free account
hub / github.com/CoderLuii/HolyClaude / readSource

Function readSource

scripts/patch-cloudcli-web-terminal-rendering.mjs:66–72  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

64}
65
66function readSource(path) {
67 try {
68 return readFileSync(path, 'utf8').replace(/\r\n/g, '\n');
69 } catch {
70 fail();
71 }
72}
73
74function writeSource(path, source) {
75 try {

Callers 2

patchServerFunction · 0.70
patchIndexFunction · 0.70

Calls 1

failFunction · 0.85

Tested by

no test coverage detected