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

Function p4

out/cli.cjs:3483–3485  ·  view source on GitHub ↗
(char)

Source from the content-addressed store, hash-verified

3481 var { isASCIIHex } = require_infra();
3482 var { utf8Encode } = require_encoding();
3483 function p4(char) {
3484 return char.codePointAt(0);
3485 }
3486 function percentEncode(c4) {
3487 let hex = c4.toString(16).toUpperCase();
3488 if (hex.length === 1) {

Calls 2

mFunction · 0.85
pushMethod · 0.45

Tested by

no test coverage detected