status-im/status-go

View on GitHub
services/typeddata/hash.go

Summary

Maintainability
A
45 mins
Test Coverage
A
94%

Avoid deeply nested control flow statements.
Open

    } else if typ.T == abi.BoolTy {
        val, err = toBool(f, data[f.Name])
    } else {
        err = fmt.Errorf("type %s is not supported", f.Type)
    }
Severity: Major
Found in services/typeddata/hash.go - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status