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

Function splitPattern

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

Source from the content-addressed store, hash-verified

64417 pattern
64418 );
64419 regexCache[pattern] = source;
64420 }
64421 return ignoreCase ? new RegExp(source, "i") : new RegExp(source);
64422 };

Callers 1

addMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…