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

Method forceUpdate

renderer/renderJS/setup_ui.js:101–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 }
100
101 forceUpdate() {
102 window.setup_IPC.update().then((results) => {
103 this.folders = results.folders
104 this.wizard = results.wizard
105
106 for ( const update of this.update ) {
107 update()
108 }
109 })
110 }
111
112 open() {
113 this.forceUpdate()

Callers 5

constructorMethod · 0.95
initMethod · 0.95
openMethod · 0.95
#doButtonMethod · 0.95
miFunction · 0.45

Calls 2

updateFunction · 0.85
updateMethod · 0.45

Tested by

no test coverage detected