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

Function tryUpgradeRequestToAPotentiallyTrustworthyURL

out/cli.cjs:50836–50837  ·  view source on GitHub ↗
(request3)

Source from the content-addressed store, hash-verified

50834 if (actualValue[i3] === "+" && expectedValue[i3] === "-" || actualValue[i3] === "/" && expectedValue[i3] === "_") {
50835 continue;
50836 }
50837 return false;
50838 }
50839 }
50840 return true;

Callers 1

mainFetchFunction · 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…