beyond-blockchain/bbclib-go

View on GitHub
asset.go

Summary

Maintainability
A
50 mins
Test Coverage

Method BBcAsset.Unpack has 8 return statements (exceeds 4 allowed).
Open

func (p *BBcAsset) Unpack(dat *[]byte) error {
    if p.IdLengthConf == nil {
        p.IdLengthConf = &BBcIdConfig{}
    }

Severity: Major
Found in asset.go - About 50 mins to fix

    There are no issues that match your filters.

    Category
    Status