Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ index.js
File
index.js
test/cases/resolving/issue-2986/index.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
if
(Math.random() < 0) require(
"any!"
);
2
if
(Math.random() < 0) require(
"other!"
);
3
4
it(
"should have correct errors"
,
function
() {});
Callers
nothing calls this directly
Calls
2
require
Function · 0.50
it
Function · 0.50
Tested by
no test coverage detected