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

Function h

resources/vega-embed.min.js:103–112  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

101 return e.replace(/~1/g, "/").replace(/~0/g, "~");
102 }
103 function h(e) {
104 if (void 0 === e) return !0;
105 if (e)
106 if (Array.isArray(e)) {
107 for (var t = 0, n = e.length; t < n; t++) if (h(e[t])) return !0;
108 } else if ("object" == typeof e)
109 for (var r = c(e), i = r.length, o = 0; o < i; o++)
110 if (h(e[r[o]])) return !0;
111 return !1;
112 }
113 function g(e, t) {
114 var n = [e];
115 for (var r in t) {

Callers 3

IFunction · 0.70
constructorMethod · 0.70
parseRangeMethod · 0.70

Calls 1

cFunction · 0.70

Tested by

no test coverage detected