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

Method mapCollectionToName

lib/modCheckLib.js:222–224  ·  view source on GitHub ↗

* Map collection key to (short) name * @param {modRecord_collectKey} collectKey * @returns {string} Collection name

(collectKey)

Source from the content-addressed store, hash-verified

220 * @returns {string} Collection name
221 */
222 mapCollectionToName(collectKey) {
223 return this.#map_CollectionToName[collectKey]
224 }
225
226 /**
227 * Map collection to full name

Callers 4

getCurCollectSafeMethod · 0.95
getCurVerCollectionsMethod · 0.95
modAssist_main.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected