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

Function stringPercentDecode

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

Source from the content-addressed store, hash-verified

51520 const start = position.position;
51521 if (idx === -1) {
51522 position.position = input.length;
51523 return input.slice(start);
51524 }
51525 position.position = idx;
51526 return input.slice(start, position.position);
51527 }
51528 function stringPercentDecode(input) {

Callers 1

dataURLProcessorFunction · 0.85

Calls 2

percentDecodeFunction · 0.85
encodeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…