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

Method isValidForList

lib/modCheckLib.js:1226–1229  ·  view source on GitHub ↗
(CKey, currentVer)

Source from the content-addressed store, hash-verified

1224 }
1225
1226 isValidForList(CKey, currentVer) {
1227 if ( this.version(CKey) === currentVer ) { return true }
1228 return this.isHolding(CKey)
1229 }
1230
1231 get allModList() {
1232 const returnList = {}

Callers 1

allModListMethod · 0.95

Calls 2

versionMethod · 0.95
isHoldingMethod · 0.95

Tested by

no test coverage detected