MCPcopy Create free account
hub / github.com/bclinkinbeard/angular / adjustMatchers

Function adjustMatchers

test/fixtures/foo.js:13139–13147  ·  view source on GitHub ↗
(matchers)

Source from the content-addressed store, hash-verified

13137
13138
13139function adjustMatchers(matchers) {
13140 var adjustedMatchers = [];
13141 if (isDefined(matchers)) {
13142 forEach(matchers, function(matcher) {
13143 adjustedMatchers.push(adjustMatcher(matcher));
13144 });
13145 }
13146 return adjustedMatchers;
13147}
13148
13149
13150/**

Callers 1

$SceDelegateProviderFunction · 0.85

Calls 3

isDefinedFunction · 0.85
forEachFunction · 0.85
adjustMatcherFunction · 0.85

Tested by

no test coverage detected