MCPcopy 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
15func (p formatProbe) String() string {
16 p.hits.Add(1)
17 return "probe"
18}
19
20func TestWhenElseLogsOnlyChosenBranch(t *testing.T) {
21 setTestLevel(t, slog.LevelDebug)

Callers 5

newTextHandlerFunction · 0.45
newTerminalHandlerFunction · 0.45
TestNewWithWriterFunction · 0.45
logger.goFile · 0.45

Calls 1

AddMethod · 0.65

Tested by

no test coverage detected