MCPcopy Create free account
hub / github.com/alignoth/alignoth / Ws

Function Ws

resources/vega.min.js:5047–5063  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

5045 return Math.abs(o - a);
5046 }
5047 function Ws(t) {
5048 return t && t.length
5049 ? 1 === t.length
5050 ? t[0]
5051 : ((e = t),
5052 (t) => {
5053 const n = e.length;
5054 let r = 1,
5055 i = String(e[0](t));
5056 for (; r < n; ++r) i += "|" + e[r](t);
5057 return i;
5058 })
5059 : function () {
5060 return "";
5061 };
5062 var e;
5063 }
5064 function Hs(t, e, n) {
5065 return n || t + (e ? "_" + e : "");
5066 }

Callers 3

initFunction · 0.70
vega.min.jsFile · 0.70
transformFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected