MCPcopy
hub / github.com/webpack/webpack / callback

Function callback

test/configCases/inner-graph/issue-17063/module.js:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16// at top level — and the only reference is via `define(callback)`, which
17// the buggy code also skipped.
18const callback = function () {
19 return y;
20};
21
22function useY() {
23 define(callback);

Callers 15

updateFunction · 0.50
update.jsFile · 0.50
a.jsFile · 0.50
loader.jsFile · 0.50
loader.jsFile · 0.50
error-loader.jsFile · 0.50
loader.jsFile · 0.50
loader.jsFile · 0.50
loader.jsFile · 0.50
loader.jsFile · 0.50
loadFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected