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

Function brfs

bench/index.js:70–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68});
69
70function brfs () {
71 return require('../')({
72 fs: {
73 readFileSync: function (path) {
74 return path;
75 }
76 }
77 });
78}
79
80function smallFile () {
81 var r = through();

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…