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

Method versionNotSame

lib/modCheckLib.js:1133–1135  ·  view source on GitHub ↗

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

(collectKey, verCheck)

Source from the content-addressed store, hash-verified

1131 * @returns {boolean}
1132 */
1133 versionNotSame(collectKey, verCheck) {
1134 return verCheck !== this.version(collectKey)
1135 }
1136
1137 /**
1138 * Check if collection version is the currently selected version

Callers

nothing calls this directly

Calls 1

versionMethod · 0.95

Tested by

no test coverage detected