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

Method mapCollectionToFullName

lib/modCheckLib.js:231–233  ·  view source on GitHub ↗

* Map collection to full name * @param {modRecord_collectKey} collectKey * @returns {string} Full collection name

(collectKey)

Source from the content-addressed store, hash-verified

229 * @returns {string} Full collection name
230 */
231 mapCollectionToFullName(collectKey) {
232 return this.#map_CollectionToFullName[collectKey]
233 }
234
235 /**
236 * Map comboKey to folder

Callers 2

getCurVerCollectionsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected