synapsecns/sanguine

View on GitHub
ethergo/parser/abiutil/input.go

Summary

Maintainability
A
35 mins
Test Coverage

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

func UnpackInputDataToInterface(v interface{}, input []byte, metadata *bind.MetaData) error {
    abiData, err := metadata.GetAbi()
    if err != nil {
        return fmt.Errorf("failed to get abiData: %w", err)
    }
Severity: Major
Found in ethergo/parser/abiutil/input.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status