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

Function refreshTransientStatus

modAssist_main.js:877–880  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

875
876// MARK: refresh status
877function refreshTransientStatus() {
878 serveIPC.windowLib.sendToValidWindow('main', 'status:all')
879 serveIPC.windowLib.sendToValidWindow('mini', 'status:all')
880}
881
882// MARK: refresh list
883function refreshClientModList(closeLoader = true) {

Callers

nothing calls this directly

Calls 1

sendToValidWindowMethod · 0.80

Tested by

no test coverage detected