Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/netdata/netdata
/ String
Method
String
src/go/logger/conditional_test.go:15–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
}
14
15
func
(p formatProbe) String() string {
16
p.hits.Add(1)
17
return
"probe"
18
}
19
20
func
TestWhenElseLogsOnlyChosenBranch(t *testing.T) {
21
setTestLevel(t, slog.LevelDebug)
Callers
5
newTextHandler
Function · 0.45
newTerminalHandler
Function · 0.45
TestNewWithWriter
Function · 0.45
TestNewWithWriter_WithKeepsWriter
Function · 0.45
logger.go
File · 0.45
Calls
1
Add
Method · 0.65
Tested by
no test coverage detected