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

Method getModCollection

lib/modCheckLib.js:351–353  ·  view source on GitHub ↗

* Get a full collection by collectKey * @param {string} collectKey * @returns {modCollect_collection}

(collectKey)

Source from the content-addressed store, hash-verified

349 * @returns {modCollect_collection}
350 */
351 getModCollection(collectKey) {
352 return this.#list_allMods[collectKey]
353 }
354
355 /** @type {modHub_list} */
356 get modHubList() { return this.#modHubList }

Callers 3

getDependInCollectionMethod · 0.95
#doBadgesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected