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

Method #doAlphaSort

lib/modCheckLib.js:728–732  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

726 }
727
728 #doAlphaSort() {
729 for ( const collectKey of this.#set_Collections ) {
730 this.#list_allMods[collectKey].alphaSort.sort(Intl.Collator().compare)
731 }
732 }
733
734 #doModBadge(modRecord, hasConflicts = false, hasDepend = false, requireSet) {
735 if ( modRecord.fileDetail.isSaveGame ) {

Callers 1

processModsPostMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected