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

Method createFilter

out/cli.cjs:64576–64578  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64574 checkUnignored,
64575 slices
64576 );
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 }

Callers 1

filterMethod · 0.80

Calls 1

ignoresMethod · 0.80

Tested by

no test coverage detected