MCPcopy Create free account
hub / github.com/EricSimons/ionic-course / adjustMatchers

Function adjustMatchers

code/songhop/www/lib/angular/angular.js:14866–14874  ·  view source on GitHub ↗
(matchers)

Source from the content-addressed store, hash-verified

14864
14865
14866function adjustMatchers(matchers) {
14867 var adjustedMatchers = [];
14868 if (isDefined(matchers)) {
14869 forEach(matchers, function(matcher) {
14870 adjustedMatchers.push(adjustMatcher(matcher));
14871 });
14872 }
14873 return adjustedMatchers;
14874}
14875
14876
14877/**

Callers 1

$SceDelegateProviderFunction · 0.70

Calls 3

isDefinedFunction · 0.70
forEachFunction · 0.70
adjustMatcherFunction · 0.70

Tested by

no test coverage detected