MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / isURLEncodedPercentEncode

Function isURLEncodedPercentEncode

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

Source from the content-addressed store, hash-verified

3539 }
3540 var extraURLEncodedPercentEncodeSet = /* @__PURE__ */ new Set([p4("!"), p4("'"), p4("("), p4(")"), p4("~")]);
3541 function isURLEncodedPercentEncode(c4) {
3542 return isComponentPercentEncode(c4) || extraURLEncodedPercentEncodeSet.has(c4);
3543 }
3544 function utf8PercentEncodeCodePointInternal(codePoint, percentEncodePredicate) {
3545 const bytes = utf8Encode(codePoint);
3546 let output = "";

Callers

nothing calls this directly

Calls 2

isComponentPercentEncodeFunction · 0.85
hasMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…