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

Method processModsPost

lib/modCheckLib.js:710–716  ·  view source on GitHub ↗

* Post-process mods, run after processMods, but before returning to caller

()

Source from the content-addressed store, hash-verified

708 * Post-process mods, run after processMods, but before returning to caller
709 */
710 processModsPost() {
711 this.#modCache.saveFile()
712 this.#doAlphaSort()
713 this.#processBindConflicts()
714 this.#doRequired()
715 this.#doBadges()
716 }
717
718 /** @type {Promise} */
719 get processPromise() { return Promise.all(this.#scanPromise) }

Callers 1

#workQueueDoneMethod · 0.95

Calls 5

#doAlphaSortMethod · 0.95
#processBindConflictsMethod · 0.95
#doRequiredMethod · 0.95
#doBadgesMethod · 0.95
saveFileMethod · 0.80

Tested by

no test coverage detected