Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/MatrixTM/MHDDoS
/ exit
Function
exit
start.py:118–122 ·
view source on GitHub ↗
(*message)
Source
from the content-addressed store, hash-verified
116
117
118
def
exit(*message):
119
if
message:
120
logger.error(bcolors.FAIL +
" "
.join(message) + bcolors.RESET)
121
shutdown()
122
_exit(1)
123
124
125
class
Methods:
Callers
3
runConsole
Method · 0.85
handleProxyList
Function · 0.85
start.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected