dotcloud/docker

View on GitHub
layer/layer_windows.go

Summary

Maintainability
A
40 mins
Test Coverage

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

func GetLayerPath(s Store, layer ChainID) (string, error) {
    ls, ok := s.(*layerStore)
    if !ok {
        return "", errors.New("unsupported layer store")
    }
Severity: Major
Found in layer/layer_windows.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status