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

Method modHubModRecord

lib/modCheckLib.js:383–385  ·  view source on GitHub ↗

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

(thisMod)

Source from the content-addressed store, hash-verified

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

Callers 2

modHubFullRecordMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected