MCPcopy
hub / github.com/di-sukharev/opencommit / filter

Method filter

out/cli.cjs:64579–64581  ·  view source on GitHub ↗
(paths)

Source from the content-addressed store, hash-verified

64577 return cache[path5] = parent.ignored ? parent : this._testOne(path5, checkUnignored);
64578 }
64579 ignores(path5) {
64580 return this._test(path5, this._ignoreCache, false).ignored;
64581 }
64582 createFilter() {
64583 return (path5) => !this.ignores(path5);
64584 }

Callers 15

getGroupItemsMethod · 0.80
toggleValueMethod · 0.80
renderFunction · 0.80
removeFunction · 0.80
makeIssueFunction · 0.80
addIssueToContextFunction · 0.80
mergeValuesFunction · 0.80
_parseMethod · 0.80
makeArgsIssueMethod · 0.80

Calls 2

makeArrayFunction · 0.85
createFilterMethod · 0.80

Tested by

no test coverage detected