MCPcopy Index your code
hub / github.com/devaccuracy/ledgerforge / Error

Method Error

transaction_test.go:4749–4751  ·  view source on GitHub ↗
(args ...interface{})

Source from the content-addressed store, hash-verified

4747}
4748
4749func (tl *testLogger) Error(args ...interface{}) {
4750 tl.t.Logf("ASYNQ_ERROR: %s", fmt.Sprint(args...))
4751}
4752
4753func (tl *testLogger) Fatal(args ...interface{}) {
4754 tl.t.Logf("ASYNQ_FATAL: %s", fmt.Sprint(args...)) // t.Fatalf would exit test

Calls

no outgoing calls

Tested by

no test coverage detected