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

Method Info

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

Source from the content-addressed store, hash-verified

4739}
4740
4741func (tl *testLogger) Info(args ...interface{}) {
4742 tl.t.Logf("ASYNQ_INFO: %s", fmt.Sprint(args...))
4743}
4744
4745func (tl *testLogger) Warn(args ...interface{}) {
4746 tl.t.Logf("ASYNQ_WARN: %s", fmt.Sprint(args...))

Callers 15

StartMethod · 0.45
StopMethod · 0.45
runMethod · 0.45
TakeBalanceSnapshotsMethod · 0.45
RejectTransactionMethod · 0.45
logRollbackResultMethod · 0.45
StopMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected