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

Method compareMain

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

Source from the content-addressed store, hash-verified

970 : this.compareMain(t) || this.comparePre(t);
971 }
972 compareMain(e) {
973 return (
974 e instanceof s || (e = new s(e, this.options)),
975 a(this.major, e.major) ||
976 a(this.minor, e.minor) ||
977 a(this.patch, e.patch)
978 );
979 }
980 comparePre(t) {
981 if (
982 (t instanceof s || (t = new s(t, this.options)),

Callers 1

compareMethod · 0.95

Calls 1

aFunction · 0.70

Tested by

no test coverage detected