Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1jehuang/jcode
/ print_err
Function
print_err
scripts/stress_test.py:123–124 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
121
print(f
" {Colors.YELLOW}⚠️ {text}{Colors.RESET}"
)
122
123
def
print_err(text):
124
print(f
" {Colors.RED}❌ {text}{Colors.RESET}"
)
125
126
def
print_stat(label, value):
127
print(f
" {label}: {Colors.BOLD}{value}{Colors.RESET}"
)
Callers
1
stress_test.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected