Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/shadowsocks/shadowsocks
/ print_help
Function
print_help
shadowsocks/shell.py:323–327 ·
view source on GitHub ↗
(is_local)
Source
from the content-addressed store, hash-verified
321
322
323
def
print_help(is_local):
324
if
is_local:
325
print_local_help()
326
else
:
327
print_server_help()
328
329
330
def
print_local_help():
Callers
2
check_config
Function · 0.85
get_config
Function · 0.85
Calls
2
print_local_help
Function · 0.85
print_server_help
Function · 0.85
Tested by
no test coverage detected