(CKey, currentVer)
| 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 = {} |
no test coverage detected