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

Function runInvokeQueue

lib/test/angular/1.7.0/angular.js:4976–4984  ·  view source on GitHub ↗
(queue)

Source from the content-addressed store, hash-verified

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

Callers 1

loadModulesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected