MCPcopy Index your code
hub / github.com/riverqueue/river / Logf

Method Logf

rivershared/util/testutil/test_util.go:96–101  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

94}
95
96func (t *MockT) Logf(format string, args ...any) {
97 t.tb.Logf(format, args...)
98
99 fmt.Fprintf(&t.logOutput, format, args...)
100 t.logOutput.WriteString("\n")
101}
102
103func (t *MockT) LogOutput() string {
104 return t.logOutput.String()

Callers

nothing calls this directly

Calls 1

LogfMethod · 0.65

Tested by

no test coverage detected