* Get modHub ID by shortname * @param {modRecord_shortName} thisMod * @returns {?number}
(thisMod)
| 408 | * @returns {?number} |
| 409 | */ |
| 410 | modHubVersionModRecord(thisMod) { |
| 411 | return this.#modHubVersion[this.modHubModRecord(thisMod)] || null |
| 412 | } |
| 413 | |
| 414 | /** |
| 415 | * Get modHub version by modHub ID |
nothing calls this directly
no test coverage detected