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

Function isUserinfoPercentEncode

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

Source from the content-addressed store, hash-verified

3531 }
3532 var extraUserinfoPercentEncodeSet = /* @__PURE__ */ new Set([p4("/"), p4(":"), p4(";"), p4("="), p4("@"), p4("["), p4("\\"), p4("]"), p4("|")]);
3533 function isUserinfoPercentEncode(c4) {
3534 return isPathPercentEncode(c4) || extraUserinfoPercentEncodeSet.has(c4);
3535 }
3536 var extraComponentPercentEncodeSet = /* @__PURE__ */ new Set([p4("$"), p4("%"), p4("&"), p4("+"), p4(",")]);
3537 function isComponentPercentEncode(c4) {
3538 return isUserinfoPercentEncode(c4) || extraComponentPercentEncodeSet.has(c4);

Callers 1

isComponentPercentEncodeFunction · 0.85

Calls 2

isPathPercentEncodeFunction · 0.85
hasMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…