Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
function
readSource(path) {
67
try {
68
return
readFileSync(path,
'utf8'
).replace(/\r\n/g,
'\n'
);
69
} catch {
70
fail();
71
}
72
}
73
74
function
writeSource(path, source) {
75
try {
Callers
2
patchServer
Function · 0.70
patchIndex
Function · 0.70
Calls
1
fail
Function · 0.85
Tested by
no test coverage detected