beyond-blockchain/bbclib-go

View on GitHub
pointer.go

Summary

Maintainability
A
35 mins
Test Coverage

Method BBcPointer.Unpack has 5 return statements (exceeds 4 allowed).
Open

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

Severity: Major
Found in pointer.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status