status-im/status-go

View on GitHub
protocol/persistence_profile_showcase.go

Summary

Maintainability
C
7 hrs
Test Coverage
F
54%

sqlitePersistence has 52 methods (exceeds 21 allowed). Consider refactoring.
Open

func (db sqlitePersistence) saveProfileShowcasePreferencesClock(tx *sql.Tx, clock uint64) error {
    _, err := tx.Exec(upsertProfileShowcasePreferencesQuery, clock, clock)
    return err
}
Severity: Major
Found in protocol/persistence_profile_showcase.go - About 7 hrs to fix

    There are no issues that match your filters.

    Category
    Status