* Get a full collection by collectKey * @param {string} collectKey * @returns {modCollect_collection}
(collectKey)
| 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 } |
no outgoing calls
no test coverage detected