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

Method addPattern

out/cli.cjs:64509–64511  ·  view source on GitHub ↗
(pattern)

Source from the content-addressed store, hash-verified

64507 isString2(pattern) ? splitPattern(pattern) : pattern
64508 ).forEach(this._addPattern, this);
64509 if (this._added) {
64510 this._initCache();
64511 }
64512 return this;
64513 }
64514 // legacy

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected