MCPcopy
hub / github.com/webpack/webpack / require

Function require

test/cases/parsing/extract-require/index.js:29–31  ·  test/cases/parsing/extract-require/index.js::require
()

Source from the content-addressed store, hash-verified

27 }());
28 (function() {
29 function require() {
30 return 123;
31 };
32 expect(require(class="st">"error")).toBe(123);
33 }());
34 (function() {

Callers 15

testCaseFunction · 0.70
index.jsFile · 0.70
index.tsFile · 0.50
findOutputFiles.jsFile · 0.50
constructorMethod · 0.50
FakeDocument.jsFile · 0.50
cssRulesMethod · 0.50
_parseCssRulesMethod · 0.50
remove.jsFile · 0.50

Calls

no outgoing calls

Tested by 3

testFunction · 0.40
testFunction · 0.40
testFunction · 0.40