MCPcopy
hub / github.com/netdata/netdata / next

Method next

src/go/logger/conditional.go:83–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81}
82
83func (c ConditionalLogger) next() ElseBranch {
84 cond := false
85 if c.allowElse {
86 cond = !c.cond
87 }
88 return ElseBranch{l: c.l, cond: cond}
89}

Callers 2

logArgsMethod · 0.95
logfMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected