MCPcopy
hub / github.com/CodisLabs/codis / printf

Method printf

pkg/utils/redis/sentinel.go:65–69  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

63}
64
65func (s *Sentinel) printf(format string, args ...interface{}) {
66 if s.LogFunc != nil {
67 s.LogFunc(format, args...)
68 }
69}
70
71func (s *Sentinel) errorf(err error, format string, args ...interface{}) {
72 if s.ErrFunc != nil {

Callers 5

subscribeCommandMethod · 0.95
SubscribeMethod · 0.95
mastersDispatchMethod · 0.95
MastersMethod · 0.95
MonitorGroupsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected