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

Function parseOpaqueHost

out/cli.cjs:3895–3900  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

3893 return false;
3894 }
3895 function parseOpaqueHost(input) {
3896 if (containsForbiddenHostCodePoint(input)) {
3897 return failure;
3898 }
3899 return utf8PercentEncodeString(input, isC0ControlPercentEncode);
3900 }
3901 function findTheIPv6AddressCompressedPieceIndex(address) {
3902 let longestIndex = null;
3903 let longestSize = 1;

Callers 1

parseHostFunction · 0.85

Calls 2

utf8PercentEncodeStringFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…