MCPcopy Index your code
hub / github.com/go-git/go-git / Warning

Function Warning

_examples/common.go:34–36  ·  view source on GitHub ↗

Warning should be used to display a warning

(format string, args ...interface{})

Source from the content-addressed store, hash-verified

32
33// Warning should be used to display a warning
34func Warning(format string, args ...interface{}) {
35 fmt.Printf("\x1b[36;1m%s\x1b[0m\n", fmt.Sprintf(format, args...))
36}

Callers 4

CheckArgsFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

PrintfMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…