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

Method valueOf

resources/vega.min.js:1063–1081  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1061 return ((e[n] = t), (this._n = n + 1), this);
1062 }
1063 valueOf() {
1064 const t = this._partials;
1065 let e,
1066 n,
1067 r,
1068 i = this._n,
1069 o = 0;
1070 if (i > 0) {
1071 for (
1072 o = t[--i];
1073 i > 0 && ((e = o), (n = t[--i]), (o = e + n), (r = n - (o - e)), !r);
1074
1075 );
1076 i > 0 &&
1077 ((r < 0 && t[i - 1] < 0) || (r > 0 && t[i - 1] > 0)) &&
1078 ((n = 2 * r), (e = o + n), n == e - o && (o = e));
1079 }
1080 return o;
1081 }
1082 }
1083 class se extends Map {
1084 constructor(t) {

Callers 2

heFunction · 0.80
XFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected