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

Method compareBuild

resources/vega-embed.min.js:999–1011  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

997 } while (++n);
998 }
999 compareBuild(t) {
1000 t instanceof s || (t = new s(t, this.options));
1001 let n = 0;
1002 do {
1003 const r = this.build[n],
1004 i = t.build[n];
1005 if ((e("build compare", n, r, i), void 0 === r && void 0 === i))
1006 return 0;
1007 if (void 0 === i) return 1;
1008 if (void 0 === r) return -1;
1009 if (r !== i) return a(r, i);
1010 } while (++n);
1011 }
1012 inc(e, t, n) {
1013 switch (e) {
1014 case "premajor":

Callers

nothing calls this directly

Calls 2

eFunction · 0.85
aFunction · 0.70

Tested by

no test coverage detected