MCPcopy Create free account
hub / github.com/Semporia/Scripts / d

Function d

jd_joy_run.js:636–644  ·  view source on GitHub ↗
(e, n)

Source from the content-addressed store, hash-verified

634 }
635
636 const d = function addQueryToPath(e, n) {
637 if (n && Object.keys(n).length > 0) {
638 var t = Object.keys(n).map(function(e) {
639 return e + "=" + n[e]
640 }).join("&");
641 return e.indexOf("?") >= 0 ? e + "&" + t : e + "?" + t
642 }
643 return e
644 }
645 const l = function apiConvert(e) {
646 for (var n = r, t = 0; t < n.length; t++) {
647 var a = n[t];

Callers 1

taroRequestFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected