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

Function adjustMatchers

lib/test/angular/1.7.0/angular.js:19406–19414  ·  view source on GitHub ↗
(matchers)

Source from the content-addressed store, hash-verified

19404
19405
19406function adjustMatchers(matchers) {
19407 var adjustedMatchers = [];
19408 if (isDefined(matchers)) {
19409 forEach(matchers, function(matcher) {
19410 adjustedMatchers.push(adjustMatcher(matcher));
19411 });
19412 }
19413 return adjustedMatchers;
19414}
19415
19416
19417/**

Callers 1

$SceDelegateProviderFunction · 0.70

Calls 3

isDefinedFunction · 0.70
forEachFunction · 0.70
adjustMatcherFunction · 0.70

Tested by

no test coverage detected