MCPcopy Create free account
hub / github.com/aosabook/500lines / runInvokeQueue

Function runInvokeQueue

spreadsheet/code/lib/angular.js:4052–4060  ·  view source on GitHub ↗
(queue)

Source from the content-addressed store, hash-verified

4050 loadedModules.put(module, true);
4051
4052 function runInvokeQueue(queue) {
4053 var i, ii;
4054 for(i = 0, ii = queue.length; i < ii; i++) {
4055 var invokeArgs = queue[i],
4056 provider = providerInjector.get(invokeArgs[0]);
4057
4058 provider[invokeArgs[1]].apply(provider, invokeArgs[2]);
4059 }
4060 }
4061
4062 try {
4063 if (isString(module)) {

Callers 1

loadModulesFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected