MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / runInvokeQueue

Function runInvokeQueue

lib/test/angular/1.6.7/angular.js:4978–4986  ·  view source on GitHub ↗
(queue)

Source from the content-addressed store, hash-verified

4976 loadedModules.set(module, true);
4977
4978 function runInvokeQueue(queue) {
4979 var i, ii;
4980 for (i = 0, ii = queue.length; i < ii; i++) {
4981 var invokeArgs = queue[i],
4982 provider = providerInjector.get(invokeArgs[0]);
4983
4984 provider[invokeArgs[1]].apply(provider, invokeArgs[2]);
4985 }
4986 }
4987
4988 try {
4989 if (isString(module)) {

Callers 1

loadModulesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected