waku-org/go-waku

View on GitHub
waku/v2/peerstore/inherited.go

Summary

Maintainability
A
3 hrs
Test Coverage
C
70%

WakuPeerstoreImpl has 30 methods (exceeds 20 allowed). Consider refactoring.
Open

func (ps *WakuPeerstoreImpl) AddAddr(p peer.ID, addr ma.Multiaddr, ttl time.Duration) {
    ps.peerStore.AddAddr(p, addr, ttl)
}
Severity: Minor
Found in waku/v2/peerstore/inherited.go - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status