aergoio/aergo

View on GitHub
pkg/component/component.go

Summary

Maintainability
A
1 hr
Test Coverage

Method BaseComponent.Start has 53 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func (base *BaseComponent) Start() {
    // call a init func, defined at an actor's implementation
    base.IActor.BeforeStart()

    skipResumeStrategy := actor.NewOneForOneStrategy(0, 0, resumeDecider)
Severity: Minor
Found in pkg/component/component.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status