Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vercel/hyper
/ readFileRaw
Function
readFileRaw
bin/yarn-standalone.js:1508–1510 ·
view source on GitHub ↗
(loc)
Source
from the content-addressed store, hash-verified
1506
}
1507
1508
function
readFileRaw(loc) {
1509
return
_readFile(loc,
'binary'
);
1510
}
1511
1512
function
normalizeOS(body) {
1513
return
body.replace(/\r\n/g,
'\n'
);
Callers
nothing calls this directly
Calls
1
_readFile
Function · 0.85
Tested by
no test coverage detected