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

Method _test

out/cli.cjs:64545–64553  ·  view source on GitHub ↗
(originalPath, cache, checkUnignored, slices)

Source from the content-addressed store, hash-verified

64543 }
64544 });
64545 return {
64546 ignored,
64547 unignored
64548 };
64549 }
64550 // @returns {TestResult}
64551 _test(originalPath, cache, checkUnignored, slices) {
64552 const path5 = originalPath && checkPath.convert(originalPath);
64553 checkPath(
64554 path5,
64555 originalPath,
64556 this._allowRelativePaths ? RETURN_FALSE : throwError

Callers 2

ignoresMethod · 0.80
testMethod · 0.80

Calls 2

checkPathFunction · 0.85
_tMethod · 0.80

Tested by 1

testMethod · 0.64