Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/reorx/httpstat
/ quit
Function
quit
httpstat.py:114–117 ·
view source on GitHub ↗
(s, code=0)
Source
from the content-addressed store, hash-verified
112
113
114
def
quit(s, code=0):
115
if
s is not None:
116
print(s)
117
sys.exit(code)
118
119
120
def
print_help():
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected