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

Method _show_message

src/ui/host_editor.py:222–224  ·  view source on GitHub ↗

Show a message using toast by emitting a signal.

(self, message: str)

Source from the content-addressed store, hash-verified

220 return True
221
222 def _show_message(self, message: str):
223 """Show a message using toast by emitting a signal."""
224 self.emit("show-toast", message)
225
226 def _connect_signals(self):
227 def connect_touch(widget, signal_name: str, option_key: str):

Callers 3

_on_copy_ssh_commandMethod · 0.95
_on_save_clickedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected