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

Method DeleteMatchingRule

database/mocks/repo_mocks.go:546–549  ·  view source on GitHub ↗
(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

544}
545
546func (m *MockDataSource) DeleteMatchingRule(ctx context.Context, id string) error {
547 args := m.Called(ctx, id)
548 return args.Error(0)
549}
550
551func (m *MockDataSource) SaveReconciliationProgress(ctx context.Context, reconciliationID string, progress model.ReconciliationProgress) error {
552 args := m.Called(ctx, reconciliationID, progress)

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected