Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1jehuang/jcode
/ print_section
Function
print_section
scripts/stress_test.py:114–115 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
112
print(f
"{'='*60}{Colors.RESET}\n"
)
113
114
def
print_section(text):
115
print(f
"\n{Colors.BOLD}--- {text} ---{Colors.RESET}"
)
116
117
def
print_ok(text):
118
print(f
" {Colors.GREEN}✅ {text}{Colors.RESET}"
)
Callers
1
stress_test.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected