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

Function smallFile

bench/index.js:80–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78}
79
80function smallFile () {
81 var r = through();
82 r.end('var a, fs = require("fs"), x; fs.readFileSync("index.js");');
83 return r;
84}
85function largeFile () {
86 return fs.createReadStream(path.join(__dirname, './input.js'));
87}

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…