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

Function isSpecialQueryPercentEncode

out/cli.cjs:3525–3527  ·  view source on GitHub ↗
(c4)

Source from the content-addressed store, hash-verified

3523 return isC0ControlPercentEncode(c4) || extraQueryPercentEncodeSet.has(c4);
3524 }
3525 function isSpecialQueryPercentEncode(c4) {
3526 return isQueryPercentEncode(c4) || c4 === p4("'");
3527 }
3528 var extraPathPercentEncodeSet = /* @__PURE__ */ new Set([p4("?"), p4("`"), p4("{"), p4("}"), p4("^")]);
3529 function isPathPercentEncode(c4) {
3530 return isQueryPercentEncode(c4) || extraPathPercentEncodeSet.has(c4);

Callers

nothing calls this directly

Calls 2

isQueryPercentEncodeFunction · 0.85
p4Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…