MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / newTestLogger

Function newTestLogger

transaction_test.go:4733–4735  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

4731}
4732
4733func newTestLogger(t *testing.T) *testLogger {
4734 return &testLogger{t: t}
4735}
4736
4737func (tl *testLogger) Debug(args ...interface{}) {
4738 tl.t.Logf("ASYNQ_DEBUG: %s", fmt.Sprint(args...))

Callers 1

startTestAsynqWorkerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected