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

Function d

resources/vega-lite.min.js:54–63  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

52 return n;
53 }
54 function d(e) {
55 if (t.isNumber(e)) return e;
56 const n = t.isString(e) ? e : Q(e);
57 if (n.length < 250) return n;
58 let i = 0;
59 for (let e = 0; e < n.length; e++) {
60 ((i = (i << 5) - i + n.charCodeAt(e)), (i |= 0));
61 }
62 return i;
63 }
64 function m(e) {
65 return !1 === e || null === e;
66 }

Callers 15

makeFromEncodingMethod · 0.70
makeFromTransformMethod · 0.70
hashMethod · 0.70
vega-lite.min.jsFile · 0.70
hashMethod · 0.70
hashMethod · 0.70
hashMethod · 0.70
hashMethod · 0.70
hashMethod · 0.70
hashMethod · 0.70
hashMethod · 0.70
runMethod · 0.70

Calls 1

QFunction · 0.70

Tested by

no test coverage detected