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

Function f

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

Source from the content-addressed store, hash-verified

76 return r;
77 }
78 function f(e) {
79 switch (typeof e) {
80 case "object":
81 return JSON.parse(JSON.stringify(e));
82 case "undefined":
83 return null;
84 default:
85 return e;
86 }
87 }
88 function d(e) {
89 for (var t, n = 0, r = e.length; n < r; ) {
90 if (!((t = e.charCodeAt(n)) >= 48 && t <= 57)) return !1;

Callers 5

vega-embed.min.jsFile · 0.70
OFunction · 0.70
AFunction · 0.70
xFunction · 0.70
CFunction · 0.70

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected