MCPcopy Create free account
hub / github.com/celer-pkg/celer / PrintWarning

Function PrintWarning

pkgs/color/format.go:44–46  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

42}
43
44func PrintWarning(format string, args ...any) {
45 Printf(Warning, "\n[!] %s", fmt.Sprintf(format, args...))
46}
47
48func PrintPass(format string, args ...any) {
49 Printf(Pass, "\n[✔] %s", fmt.Sprintf(format, args...))

Callers 5

InstallMethod · 0.92
writeTraceFileMethod · 0.92
updatePortRepoMethod · 0.92
CloneMethod · 0.92
RestoreMethod · 0.92

Calls 2

PrintfFunction · 0.85
SprintfMethod · 0.80

Tested by

no test coverage detected