MCPcopy
hub / github.com/webpack/webpack / index.js

File index.js

test/cases/loaders/issue-4959/loaders/index.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1module.exports = function() {
2 var callback = this.async();
3 this.loadModule("b", function(error) {
4 if (error) {

Callers

nothing calls this directly

Calls 3

asyncMethod · 0.65
loadModuleMethod · 0.65
callbackFunction · 0.50

Tested by

no test coverage detected