Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/go-redis
/ WarnOrAbove
Method
WarnOrAbove
internal/log.go:69–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
}
68
69
func
(l LogLevelT) WarnOrAbove() bool {
70
return
l >= LogLevelWarn
71
}
72
73
func
(l LogLevelT) InfoOrAbove() bool {
74
return
l >= LogLevelInfo
Callers
6
recordFailure
Method · 0.80
processHandoffRequest
Method · 0.80
queueHandoff
Method · 0.80
performHandoffInternal
Method · 0.80
closeConnFromRequest
Method · 0.80
DetectEndpointType
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected