MCPcopy Create free account
hub / github.com/coder/slog / Error

Method Error

sloggers/slogtest/assert/assert_test.go:114–116  ·  view source on GitHub ↗
(v ...interface{})

Source from the content-addressed store, hash-verified

112func (tb *fakeTB) Log(v ...interface{}) {}
113
114func (tb *fakeTB) Error(v ...interface{}) {
115 tb.errors++
116}
117
118func (tb *fakeTB) Fatal(v ...interface{}) {
119 tb.fatals++

Callers 2

SuccessFunction · 0.45
ErrorContainsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected