aergoio/aergo

View on GitHub
contract/enterprise/changecluster.go

Summary

Maintainability
A
55 mins
Test Coverage
D
62%

Method CcArgument.parse has 9 return statements (exceeds 4 allowed).
Open

func (cc CcArgument) parse() (*types.MembershipChange, error) {
    var (
        cmd, name, address, peeridStr, idStr string
        id                                   uint64
        err                                  error
Severity: Major
Found in contract/enterprise/changecluster.go - About 55 mins to fix

    There are no issues that match your filters.

    Category
    Status