synapsecns/sanguine

View on GitHub
services/scribe/service/indexer/fetcher.go

Summary

Maintainability
A
35 mins
Test Coverage

Method LogFetcher.Start has 5 return statements (exceeds 4 allowed).
Open

func (f *LogFetcher) Start(ctx context.Context) error {
    for {
        select {
        case <-ctx.Done():
            if ctx.Err() != nil {
Severity: Major
Found in services/scribe/service/indexer/fetcher.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status