Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chainreactors/EvilProxy
/ boolEmoji
Function
boolEmoji
internal/tui/dashboard.go:268–273 ·
view source on GitHub ↗
(b bool)
Source
from the content-addressed store, hash-verified
266
}
267
268
func
boolEmoji(b bool) string {
269
if
b {
270
return
T(
"bool_yes"
)
271
}
272
return
T(
"bool_no"
)
273
}
274
275
func
formatLargeNumber(n int64) string {
276
if
n >= 1_000_000 {
Callers
1
renderDashboard
Method · 0.85
Calls
1
T
Function · 0.85
Tested by
no test coverage detected