MCPcopy
hub / github.com/Sathvik-Rao/ClipCascade / _on_logoff

Method _on_logoff

ClipCascade_Desktop/src/cli/tray.py:356–364  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

354 ).mainloop()
355
356 def _on_logoff(self):
357 try:
358 if self.on_logoff_callback:
359 self.on_logoff_callback()
360 self._on_quit()
361 except Exception as e:
362 CustomDialog(
363 f"An error occurred while logging off: {e}", msg_type="error"
364 ).mainloop()
365
366 def _on_quit(self):
367 self.loop_terminate = True

Callers

nothing calls this directly

Calls 3

_on_quitMethod · 0.95
CustomDialogClass · 0.90
mainloopMethod · 0.45

Tested by

no test coverage detected