MCPcopy
hub / github.com/t3l3machus/hoaxshell / exit_with_msg

Function exit_with_msg

hoaxshell.py:113–115  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

111
112
113def exit_with_msg(msg):
114 print(f"[{DEBUG}] {msg}")
115 sys.exit(0)
116
117
118# Check if port is valid.

Callers 5

hoaxshell.pyFile · 0.70
__startMethod · 0.70
lt_addressMethod · 0.70
ngrok_addressMethod · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected