MCPcopy 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
268func boolEmoji(b bool) string {
269 if b {
270 return T("bool_yes")
271 }
272 return T("bool_no")
273}
274
275func formatLargeNumber(n int64) string {
276 if n >= 1_000_000 {

Callers 1

renderDashboardMethod · 0.85

Calls 1

TFunction · 0.85

Tested by

no test coverage detected