waku-org/go-waku

View on GitHub
waku/v2/api/missing/criteria_interest.go

Summary

Maintainability
A
35 mins
Test Coverage

Method criteriaInterest.equals has 5 return statements (exceeds 4 allowed).
Open

func (c criteriaInterest) equals(other criteriaInterest) bool {
    if c.peerID != other.peerID {
        return false
    }

Severity: Major
Found in waku/v2/api/missing/criteria_interest.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status