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

Method Error

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

Source from the content-addressed store, hash-verified

89}
90
91func (tl *testLogger) Error(args ...interface{}) {
92 tl.t.Logf("ASYNQ_ERROR: %s", fmt.Sprint(args...))
93}
94
95func (tl *testLogger) Fatal(args ...interface{}) {
96 tl.t.Logf("ASYNQ_FATAL: %s", fmt.Sprint(args...)) // t.Fatalf would exit test

Callers 15

SearchMethod · 0.45
MultiSearchMethod · 0.45
TestGetLedgerFunction · 0.45
UpdateMetadataMethod · 0.45
CreateIdentityMethod · 0.45
GetIdentityMethod · 0.45
UpdateIdentityMethod · 0.45
DeleteIdentityMethod · 0.45
GetAllIdentitiesMethod · 0.45
FilterIdentitiesMethod · 0.45
TokenizeIdentityFieldMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected