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

Method #workQueueDone

lib/modCheckLib.js:677–685  ·  view source on GitHub ↗
(_, idx)

Source from the content-addressed store, hash-verified

675 }
676
677 #workQueueDone(_, idx) {
678 this.#threadPoolIdx.delete(idx)
679
680 this.#threadPoolCount--
681 if ( this.#threadPoolCount === 0 ) {
682 this.processModsPost()
683 this.#threadDoneEmit.emit('process-mods-done')
684 }
685 }
686
687 #getCurrentThread( largeFileThread = false ) {
688 if ( largeFileThread ) { return Math.min(...this.#threadPoolIdx) }

Callers

nothing calls this directly

Calls 1

processModsPostMethod · 0.95

Tested by

no test coverage detected