synapsecns/sanguine

View on GitHub
services/omnirpc/config/public.go

Summary

Maintainability
A
55 mins
Test Coverage

Function parseConfig has 9 return statements (exceeds 4 allowed).
Open

func parseConfig(rawData []byte) (c Config, err error) {
    c = Config{
        Chains: make(map[uint32]ChainConfig),
    }

Severity: Major
Found in services/omnirpc/config/public.go - About 55 mins to fix

    There are no issues that match your filters.

    Category
    Status