MCPcopy
hub / github.com/Jrohy/trojan / Cyan

Function Cyan

util/string.go:161–163  ·  view source on GitHub ↗

Cyan 青色

(str string)

Source from the content-addressed store, hash-verified

159
160// Cyan 青色
161func Cyan(str string) string {
162 return CYAN + str + RESET
163}
164
165// White 白色
166func White(str string) string {

Callers 3

UserListFunction · 0.92
mainMenuFunction · 0.92
version.goFile · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected