Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiprodcoder/MIXAPI
/ LogWarn
Function
LogWarn
common/logger.go:64–66 ·
view source on GitHub ↗
(ctx context.Context, msg string)
Source
from the content-addressed store, hash-verified
62
}
63
64
func
LogWarn(ctx context.Context, msg string) {
65
logHelper(ctx, loggerWarn, msg)
66
}
67
68
func
LogError(ctx context.Context, msg string) {
69
logHelper(ctx, loggerError, msg)
Callers
1
FetchUpstreamRatios
Function · 0.92
Calls
1
logHelper
Function · 0.85
Tested by
no test coverage detected