MCPcopy
hub / github.com/Postcatlab/postcat / runInvokeQueue

Function runInvokeQueue

src/workbench/browser/src/ng1/lib/angular/angular.js:5200–5208  ·  view source on GitHub ↗
(queue)

Source from the content-addressed store, hash-verified

5198 loadedModules.set(module, true);
5199
5200 function runInvokeQueue(queue) {
5201 var i, ii;
5202 for (i = 0, ii = queue.length; i < ii; i++) {
5203 var invokeArgs = queue[i],
5204 provider = providerInjector.get(invokeArgs[0]);
5205
5206 provider[invokeArgs[1]].apply(provider, invokeArgs[2]);
5207 }
5208 }
5209
5210 try {
5211 if (isString(module)) {

Callers 1

loadModulesFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected