MCPcopy
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
1508function readFileRaw(loc) {
1509 return _readFile(loc, 'binary');
1510}
1511
1512function normalizeOS(body) {
1513 return body.replace(/\r\n/g, '\n');

Callers

nothing calls this directly

Calls 1

_readFileFunction · 0.85

Tested by

no test coverage detected