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

Function percentDecodeString

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

Source from the content-addressed store, hash-verified

3508 return output.slice(0, outputIndex);
3509 }
3510 function percentDecodeString(input) {
3511 const bytes = utf8Encode(input);
3512 return percentDecodeBytes(bytes);
3513 }
3514 function isC0ControlPercentEncode(c4) {
3515 return c4 <= 31 || c4 > 126;
3516 }

Callers 1

parseHostFunction · 0.85

Calls 2

utf8EncodeFunction · 0.85
percentDecodeBytesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…