MCPcopy Create free account
hub / github.com/BuddySirJava/SSH-Studio / update_ui

Method update_ui

src/main.py:184–194  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182 self.parser.parse()
183
184 def update_ui():
185 try:
186 if self.main_window and getattr(
187 self.main_window, "host_list", None
188 ):
189 self.main_window.host_list.load_hosts(
190 self.parser.config.hosts
191 )
192 except Exception:
193 pass
194 return False
195
196 GLib.idle_add(update_ui)
197 except Exception as e:

Callers

nothing calls this directly

Calls 1

load_hostsMethod · 0.80

Tested by

no test coverage detected