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

Function adjustMatchers

lib/test/angular/1.4.3/angular.js:16376–16384  ·  view source on GitHub ↗
(matchers)

Source from the content-addressed store, hash-verified

16374
16375
16376function adjustMatchers(matchers) {
16377 var adjustedMatchers = [];
16378 if (isDefined(matchers)) {
16379 forEach(matchers, function(matcher) {
16380 adjustedMatchers.push(adjustMatcher(matcher));
16381 });
16382 }
16383 return adjustedMatchers;
16384}
16385
16386
16387/**

Callers 1

$SceDelegateProviderFunction · 0.70

Calls 3

isDefinedFunction · 0.70
forEachFunction · 0.70
adjustMatcherFunction · 0.70

Tested by

no test coverage detected