MCPcopy Create free account
hub / github.com/FSGModding/FSG_Mod_Assistant / versionSame

Method versionSame

lib/modCheckLib.js:1123–1125  ·  view source on GitHub ↗

* Check if collection version is the same * @param {modRecord_collectKey} collectKey * @param {number} verCheck * @returns {boolean}

(collectKey, verCheck)

Source from the content-addressed store, hash-verified

1121 * @returns {boolean}
1122 */
1123 versionSame(collectKey, verCheck) {
1124 return verCheck === this.version(collectKey)
1125 }
1126
1127 /**
1128 * Check if collection version is the different

Callers 2

versionCurrentMethod · 0.95
modAssist_main.jsFile · 0.80

Calls 1

versionMethod · 0.95

Tested by

no test coverage detected