MCPcopy Index your code
hub / github.com/angular/angular / shouldIgnoreCommit

Function shouldIgnoreCommit

scripts/compare-main-to-patch.js:66–68  ·  view source on GitHub ↗
(commitMessage, ignorePatterns)

Source from the content-addressed store, hash-verified

64
65// Checks whether commit message matches any patterns in ignore list.
66function shouldIgnoreCommit(commitMessage, ignorePatterns) {
67 return ignorePatterns.some((pattern) => commitMessage.indexOf(pattern) > -1);
68}
69
70/**
71 * @param rawGitCommits

Callers 2

collectCommitsAsMapFunction · 0.85
listFeaturesFunction · 0.85

Calls 2

someMethod · 0.80
indexOfMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…