synapsecns/sanguine

View on GitHub
ethergo/parser/tracely/op.go

Summary

Maintainability
A
35 mins
Test Coverage

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

func ParseCall(step model.TraceStep) (map[string]string, error) {
    result := make(map[string]string)
    stack := GenerateStack(step.Stack)
    memory := GenerateMemory(step.Memory)
    gas := AccessStack(stack, 0)
Severity: Major
Found in ethergo/parser/tracely/op.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status