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

Function utf8PercentEncodeCodePoint

out/cli.cjs:3556–3558  ·  view source on GitHub ↗
(codePoint, percentEncodePredicate)

Source from the content-addressed store, hash-verified

3554 return output;
3555 }
3556 function utf8PercentEncodeCodePoint(codePoint, percentEncodePredicate) {
3557 return utf8PercentEncodeCodePointInternal(String.fromCodePoint(codePoint), percentEncodePredicate);
3558 }
3559 function utf8PercentEncodeString(input, percentEncodePredicate, spaceAsPlus = false) {
3560 let output = "";
3561 for (const codePoint of input) {

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…