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

Method Debug

api/transaction_api_test.go:79–81  ·  view source on GitHub ↗
(args ...interface{})

Source from the content-addressed store, hash-verified

77}
78
79func (tl *testLogger) Debug(args ...interface{}) {
80 tl.t.Logf("ASYNQ_DEBUG: %s", fmt.Sprint(args...))
81}
82
83func (tl *testLogger) Info(args ...interface{}) {
84 tl.t.Logf("ASYNQ_INFO: %s", fmt.Sprint(args...))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected