func NewLogr()
in
pkg/mock/logger.go [7:9]
3
lines of code
1
McCabe index (conditional complexity)
func NewLogr() logr.Logger { return logr.New(&Logger{}) }