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

Method mapFolderToCollection

lib/modCheckLib.js:204–206  ·  view source on GitHub ↗

* Map a real folder to a collection key * @param {string} folder Folder Path * @returns {?modRecord_collectKey}

(folder)

Source from the content-addressed store, hash-verified

202 * @returns {?modRecord_collectKey}
203 */
204 mapFolderToCollection(folder) {
205 return this.#map_FolderToCollection[folder] || null
206 }
207
208 /**
209 * Map collection key to real folder

Callers 3

getCurCollectSafeMethod · 0.95
modAssist_main.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected