MCPcopy Create free account
hub / github.com/angular-ui/ui-grid / adjustMatchers

Function adjustMatchers

lib/test/angular/1.6.7/angular.js:19095–19103  ·  view source on GitHub ↗
(matchers)

Source from the content-addressed store, hash-verified

19093
19094
19095function adjustMatchers(matchers) {
19096 var adjustedMatchers = [];
19097 if (isDefined(matchers)) {
19098 forEach(matchers, function(matcher) {
19099 adjustedMatchers.push(adjustMatcher(matcher));
19100 });
19101 }
19102 return adjustedMatchers;
19103}
19104
19105
19106/**

Callers 1

$SceDelegateProviderFunction · 0.70

Calls 3

isDefinedFunction · 0.70
forEachFunction · 0.70
adjustMatcherFunction · 0.70

Tested by

no test coverage detected