1set/starlet

View on GitHub
call.go

Summary

Maintainability
A
45 mins
Test Coverage

Method Machine.Call has 7 return statements (exceeds 4 allowed).
Open

func (m *Machine) Call(name string, args ...interface{}) (out interface{}, err error) {
    m.mu.Lock()
    defer m.mu.Unlock()

    defer func() {
Severity: Major
Found in call.go - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status