docker/swarmkit

View on GitHub
manager/state/store/object.go

Summary

Maintainability
A
40 mins
Test Coverage

Function RestoreTable has 6 return statements (exceeds 4 allowed).
Open

func RestoreTable(tx Tx, table string, newObjects []api.StoreObject) error {
    checkType := func(by By) error {
        return nil
    }
    var oldObjects []api.StoreObject
Severity: Major
Found in manager/state/store/object.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status