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

Method setMod

lib/modUtilLib.js:735–735  ·  view source on GitHub ↗

* Add mod to cache (or update) * @param {string} uuid Mod UUID * @param {Object} data Mod Record

(uuid, data)

Source from the content-addressed store, hash-verified

733 * @param {Object} data Mod Record
734 */
735 setMod(uuid, data) { this.#cacheMap.set(uuid, data) }
736}
737
738

Callers 1

#workQueueResponseMethod · 0.80

Calls 1

setMethod · 0.80

Tested by

no test coverage detected