MCPcopy
hub / github.com/redis/go-redis / InfoOrAbove

Method InfoOrAbove

internal/log.go:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71}
72
73func (l LogLevelT) InfoOrAbove() bool {
74 return l >= LogLevelInfo
75}
76
77func (l LogLevelT) DebugOrAbove() bool {
78 return l >= LogLevelDebug

Callers 14

NewClusterClientFunction · 0.80
ExecuteMethod · 0.80
recordSuccessMethod · 0.80
cleanupMethod · 0.80
onDemandWorkerMethod · 0.80
processHandoffRequestMethod · 0.80
queueHandoffMethod · 0.80
handleMigratingMethod · 0.80
handleMigratedMethod · 0.80
handleFailingOverMethod · 0.80
handleFailedOverMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected