MCPcopy Index your code
hub / github.com/Tencent/CodeAnalysis / Info

Function Info

tools/owl/log/logging.go:55–57  ·  view source on GitHub ↗
(v ...any)

Source from the content-addressed store, hash-verified

53}
54
55func Info(v ...any) {
56 info.Output(2, greenFont.Sprint(v...))
57}
58
59func Warn(v ...any) {
60 warn.Output(2, redFont.Sprint(v...))

Callers

nothing calls this directly

Calls 1

OutputMethod · 0.80

Tested by

no test coverage detected