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

Method modHubVersionModRecord

lib/modCheckLib.js:410–412  ·  view source on GitHub ↗

* Get modHub ID by shortname * @param {modRecord_shortName} thisMod * @returns {?number}

(thisMod)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

modHubModRecordMethod · 0.95

Tested by

no test coverage detected