Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppla/moto
/ print_header
Function
print_header
test/bench.py:216–219 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
214
return
ap.parse_args()
215
216
def
print_header():
217
print(
"="
*70)
218
print(
" SOCKS5 High Concurrency Test (observe server prewarm scaling) "
)
219
print(
"="
*70)
220
221
async
def
main():
222
args = parse_args()
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected