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

Method #cleanBindConflicts

lib/modCheckLib.js:1057–1065  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1055 }
1056
1057 #cleanBindConflicts() {
1058 for ( const collectKey in this.#bindConflict ) {
1059 for ( const modName in this.#bindConflict[collectKey] ) {
1060 if ( Object.keys(this.#bindConflict[collectKey][modName]).length === 0 ) {
1061 delete this.#bindConflict[collectKey][modName]
1062 }
1063 }
1064 }
1065 }
1066
1067 async getAndUpdateDetail(fullID) {
1068 return Promise.all(this.#scanPromise).then(() => {

Callers 1

#processBindConflictsMethod · 0.95

Calls 1

keysMethod · 0.80

Tested by

no test coverage detected