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

Function encodeValue

out/cli.cjs:33095–33095  ·  view source on GitHub ↗
(v5)

Source from the content-addressed store, hash-verified

33093 return (options === null || options === void 0 ? void 0 : options.charEncoding) === "percent" ? encodeURIComponent(v5) : v5;
33094 };
33095 const encodeValue = (v5) => encodeString(serializeValue(v5));
33096 pairs.forEach(([pk, pv]) => {
33097 let tmp = "";
33098 let encValue = "";

Callers 5

encodeMatrixFunction · 0.85
encodeLabelFunction · 0.85
formEncoderFunction · 0.85
encodeBodyFormFunction · 0.85
encodeSimpleFunction · 0.85

Calls 2

encodeStringFunction · 0.85
serializeValueFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…