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

Method modHubVersionModHubId

lib/modCheckLib.js:419–421  ·  view source on GitHub ↗

* Get modHub version by modHub ID * @param {number} modHubID * @returns {?string}

(modHubID)

Source from the content-addressed store, hash-verified

417 * @returns {?string}
418 */
419 modHubVersionModHubId(modHubID) {
420 return this.#modHubVersion[modHubID] || null
421 }
422
423 /**
424 *

Callers 1

modHubFullRecordMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected