Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
add
Method · 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…