MCPcopy Create free account
hub / github.com/cafebazaar/blacksmith / runInvokeQueue

Function runInvokeQueue

web/static/bower_components/angular/angular.js:4378–4386  ·  view source on GitHub ↗
(queue)

Source from the content-addressed store, hash-verified

4376 loadedModules.put(module, true);
4377
4378 function runInvokeQueue(queue) {
4379 var i, ii;
4380 for (i = 0, ii = queue.length; i < ii; i++) {
4381 var invokeArgs = queue[i],
4382 provider = providerInjector.get(invokeArgs[0]);
4383
4384 provider[invokeArgs[1]].apply(provider, invokeArgs[2]);
4385 }
4386 }
4387
4388 try {
4389 if (isString(module)) {

Callers 1

loadModulesFunction · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected