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

Method forceUpdate

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

Source from the content-addressed store, hash-verified

1287 }
1288
1289 forceUpdate() {
1290 for ( const update of this.update ) {
1291 update()
1292 }
1293 }
1294
1295 open() {
1296 this.forceUpdate()

Callers 3

constructorMethod · 0.95
openMethod · 0.95
updateFromDataMethod · 0.45

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected