MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / _initCache

Method _initCache

out/cli.cjs:64481–64484  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64479 allowRelativePaths = false
64480 } = {}) {
64481 define2(this, KEY_IGNORE, true);
64482 this._rules = [];
64483 this._ignoreCase = ignoreCase;
64484 this._allowRelativePaths = allowRelativePaths;
64485 this._initCache();
64486 }
64487 _initCache() {

Callers 2

constructorMethod · 0.80
addMethod · 0.80

Calls 1

createMethod · 0.45

Tested by

no test coverage detected