* Get modHub ID by shortname * @param {modRecord_shortName} thisMod * @returns {?number}
(thisMod)
| 381 | * @returns {?number} |
| 382 | */ |
| 383 | modHubModRecord(thisMod) { |
| 384 | return this.#modHubList.mods[thisMod.fileDetail.shortName] || null |
| 385 | } |
| 386 | |
| 387 | /** |
| 388 | * Get modHub ID by UUID |
no outgoing calls
no test coverage detected