Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/browserify/browserify
/ foo.js
File
foo.js
test/bundle-bundle-external/foo.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
var
bar = require(
'./bar'
);
2
assert.equal(bar,
'bar'
);
3
4
module.exports =
'foo'
;
Callers
nothing calls this directly
Calls
1
done
Function · 0.50
Tested by
no test coverage detected