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

Function adjustMatchers

lib/test/angular/1.8.0/angular.js:20051–20059  ·  view source on GitHub ↗
(matchers)

Source from the content-addressed store, hash-verified

20049
20050
20051function adjustMatchers(matchers) {
20052 var adjustedMatchers = [];
20053 if (isDefined(matchers)) {
20054 forEach(matchers, function(matcher) {
20055 adjustedMatchers.push(adjustMatcher(matcher));
20056 });
20057 }
20058 return adjustedMatchers;
20059}
20060
20061
20062/**

Callers 1

$SceDelegateProviderFunction · 0.70

Calls 3

isDefinedFunction · 0.70
forEachFunction · 0.70
adjustMatcherFunction · 0.70

Tested by

no test coverage detected