MCPcopy Index your code
hub / github.com/Monibuca/engine / Warn

Function Warn

log/sugar.go:11–13  ·  view source on GitHub ↗
(args ...any)

Source from the content-addressed store, hash-verified

9}
10
11func Warn(args ...any) {
12 sugaredLogger.Warn(args...)
13}
14
15func Error(args ...any) {
16 sugaredLogger.Error(args...)

Callers 2

findOrCreateStreamFunction · 0.92
RunFunction · 0.92

Calls 1

WarnMethod · 0.65

Tested by

no test coverage detected