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

Method IsTransactionRefunded

database/mocks/repo_mocks.go:601–604  ·  view source on GitHub ↗
(ctx context.Context, transaction *model.Transaction)

Source from the content-addressed store, hash-verified

599}
600
601func (m *MockDataSource) IsTransactionRefunded(ctx context.Context, transaction *model.Transaction) (bool, error) {
602 args := m.Called(ctx, transaction)
603 return args.Bool(0), args.Error(1)
604}
605
606func (m *MockDataSource) UpdateBalanceIdentity(balanceID string, identityID string) error {
607 args := m.Called(balanceID, identityID)

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected