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

Method getModListFromCollection

lib/modCheckLib.js:333–335  ·  view source on GitHub ↗

* Get mod list from a collectKey * @param {string} collectKey * @returns {modCollect_mods} { uuid : modRecord }

(collectKey)

Source from the content-addressed store, hash-verified

331 * @returns {modCollect_mods} { uuid : modRecord }
332 */
333 getModListFromCollection(collectKey) {
334 return Object.values(this.#list_allMods[collectKey].mods)
335 }
336
337 /**
338 * Get mod list from a comboKey

Callers 2

modAssist_main.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected