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

Method stop

renderer/renderJS/main_ui_lib.js:2465–2473  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2463
2464 // MARK: stop operation and hide
2465 stop() {
2466 this.flags.count = 0
2467 this.flags.isRunning = false
2468 this.flags.operation = null
2469 this.lastPayload = null
2470 this.selectedMods = {}
2471 this.selectedDest.clear()
2472 this.buttonDest.clear()
2473 }
2474}

Callers 2

constructorMethod · 0.95
startMethod · 0.95

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected