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

Function isQueryPercentEncode

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

Source from the content-addressed store, hash-verified

3520 }
3521 var extraQueryPercentEncodeSet = /* @__PURE__ */ new Set([p4(" "), p4('"'), p4("#"), p4("<"), p4(">")]);
3522 function isQueryPercentEncode(c4) {
3523 return isC0ControlPercentEncode(c4) || extraQueryPercentEncodeSet.has(c4);
3524 }
3525 function isSpecialQueryPercentEncode(c4) {
3526 return isQueryPercentEncode(c4) || c4 === p4("'");
3527 }

Callers 2

isPathPercentEncodeFunction · 0.85

Calls 2

isC0ControlPercentEncodeFunction · 0.85
hasMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…