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

Method GetMatchingRules

database/mocks/repo_mocks.go:531–534  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

529}
530
531func (m *MockDataSource) GetMatchingRules(ctx context.Context) ([]*model.MatchingRule, error) {
532 args := m.Called(ctx)
533 return args.Get(0).([]*model.MatchingRule), args.Error(1)
534}
535
536func (m *MockDataSource) GetMatchingRule(ctx context.Context, id string) (*model.MatchingRule, error) {
537 args := m.Called(ctx, id)

Callers

nothing calls this directly

Calls 2

GetMethod · 0.65
ErrorMethod · 0.45

Tested by

no test coverage detected