deluan/bring

View on GitHub
protocol/instruction.go

Summary

Maintainability
A
35 mins
Test Coverage

Function ParseInstruction has 5 return statements (exceeds 4 allowed).
Open

func ParseInstruction(raw []byte) (ins *Instruction, err error) {
    var (
        cursor   int
        elements []string
    )
Severity: Major
Found in protocol/instruction.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status