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

Function c

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

Source from the content-addressed store, hash-verified

66 return s.call(e, t);
67 }
68 function c(e) {
69 if (Array.isArray(e)) {
70 for (var t = new Array(e.length), n = 0; n < t.length; n++) t[n] = "" + n;
71 return t;
72 }
73 if (Object.keys) return Object.keys(e);
74 var r = [];
75 for (var i in e) l(e, i) && r.push(i);
76 return r;
77 }
78 function f(e) {
79 switch (typeof e) {
80 case "object":

Callers 3

hFunction · 0.70
CFunction · 0.70
vega-embed.min.jsFile · 0.70

Calls 1

lFunction · 0.70

Tested by

no test coverage detected