Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
83
func
(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
logArgs
Method · 0.95
logf
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected