status-im/status-go

View on GitHub
protocol/transport/filters_manager.go

Summary

Maintainability
A
3 hrs
Test Coverage
D
64%

FiltersManager has 27 methods (exceeds 21 allowed). Consider refactoring.
Open

type FiltersManager struct {
    service     FiltersService
    persistence KeysPersistence
    privateKey  *ecdsa.PrivateKey
    keys        map[string][]byte // a cache of symmetric manager derived from passwords
Severity: Minor
Found in protocol/transport/filters_manager.go - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status