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

Function dotSplit

out/cli.cjs:2220–2220  ·  view source on GitHub ↗
(str2)

Source from the content-addressed store, hash-verified

2218 return out;
2219 };
2220 var dotSplit = (str2) => str2.replace(/\1/g, "LITERAL\\1LITERAL").replace(/\\\./g, "").split(/\./).map((part) => part.replace(/\1/g, "\\.").replace(/\2LITERAL\\1LITERAL\2/g, ""));
2221 var decode = (str2) => {
2222 const out = /* @__PURE__ */ Object.create(null);
2223 let p4 = out;

Callers 2

encode3Function · 0.85
decodeFunction · 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…