MCPcopy Create free account
hub / github.com/FSGModding/FSG_Mod_Assistant / #doRequired

Method #doRequired

lib/modCheckLib.js:721–726  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

719 get processPromise() { return Promise.all(this.#scanPromise) }
720
721 #doRequired() {
722 for ( const collectKey of this.#set_Collections ) {
723 this.#list_allMods[collectKey].requireSet = new Set(this.#list_allMods[collectKey].requireArr)
724 delete this.#list_allMods[collectKey].requireArr
725 }
726 }
727
728 #doAlphaSort() {
729 for ( const collectKey of this.#set_Collections ) {

Callers 1

processModsPostMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected