MCPcopy Create free account
hub / github.com/cafebazaar/blacksmith / adjustMatchers

Function adjustMatchers

web/static/bower_components/angular/angular.js:16522–16530  ·  view source on GitHub ↗
(matchers)

Source from the content-addressed store, hash-verified

16520
16521
16522function adjustMatchers(matchers) {
16523 var adjustedMatchers = [];
16524 if (isDefined(matchers)) {
16525 forEach(matchers, function(matcher) {
16526 adjustedMatchers.push(adjustMatcher(matcher));
16527 });
16528 }
16529 return adjustedMatchers;
16530}
16531
16532
16533/**

Callers 1

$SceDelegateProviderFunction · 0.85

Calls 3

isDefinedFunction · 0.85
forEachFunction · 0.85
adjustMatcherFunction · 0.85

Tested by

no test coverage detected