synapsecns/sanguine

View on GitHub
services/rfq/api/db/sql/base/store.go

Summary

Maintainability
A
35 mins
Test Coverage

Method Store.GetQuotesByOriginAndDestination has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

func (s *Store) GetQuotesByOriginAndDestination(ctx context.Context, originChainID uint64, originTokenAddr string, destChainID uint64, destTokenAddr string) ([]*db.Quote, error) {
Severity: Minor
Found in services/rfq/api/db/sql/base/store.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status