MCPcopy Create free account
hub / github.com/cloudfoundry/credhub-cli / Warning

Function Warning

util/logging.go:16–18  ·  view source on GitHub ↗
(msg string)

Source from the content-addressed store, hash-verified

14)
15
16func Warning(msg string) {
17 fmt.Fprintf(os.Stderr, WarningColor+"\n", msg)
18}
19
20func Error(msg string) {
21 fmt.Fprintf(os.Stderr, ErrorColor+"\n", msg)

Callers 2

ExecuteMethod · 0.92
ReadConfigFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…