MCPcopy Create free account
hub / github.com/browserify/static-module / largeFile

Function largeFile

bench/index.js:85–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83 return r;
84}
85function largeFile () {
86 return fs.createReadStream(path.join(__dirname, './input.js'));
87}
88function withFS () {
89 return through(function (chunk, enc, next) {
90 next(null, chunk);

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…